hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
cdce269bb76e73c6606138184ced460fe7eab4fd
4,815
vue
Vue
client/src/components/authentication/Login.vue
Karol-Witkowski/Gemverse
463f6a8fb66b43827c7e5d410842cab25fe1e189
[ "MIT" ]
1
2021-07-14T10:58:38.000Z
2021-07-14T10:58:38.000Z
client/src/components/authentication/Login.vue
Karol-Witkowski/Gemverse
463f6a8fb66b43827c7e5d410842cab25fe1e189
[ "MIT" ]
4
2021-03-27T02:59:04.000Z
2021-06-19T10:14:24.000Z
client/src/components/authentication/Login.vue
Karol-Witkowski/Gemverse
463f6a8fb66b43827c7e5d410842cab25fe1e189
[ "MIT" ]
1
2021-01-17T16:41:47.000Z
2021-01-17T16:41:47.000Z
<template> <v-container class="mt-12"> <v-alert class="mt-8 mx-auto" dense max-width="500" type="error" v-bind:class="[redirectError ? 'errorAlert' : 'whitespace']" > <v-row align="center"> <v-col class="grow"> <strong class="mx-auto">{{ redirectError }}</...
25.078125
99
0.479751
fdabffd15f9159a1b66c646bf725e2e19943b581
492
vue
Vue
src/views/components/snackbar/demos/DemoSnackbarTimeout.vue
DevKarlKevin/vokbook-front
9b952e4643d2198f342989c05cc981be11516874
[ "RSA-MD" ]
2
2022-01-18T07:47:27.000Z
2022-02-06T13:04:53.000Z
src/views/components/snackbar/demos/DemoSnackbarTimeout.vue
DevKarlKevin/vokbook-front
9b952e4643d2198f342989c05cc981be11516874
[ "RSA-MD" ]
null
null
null
src/views/components/snackbar/demos/DemoSnackbarTimeout.vue
DevKarlKevin/vokbook-front
9b952e4643d2198f342989c05cc981be11516874
[ "RSA-MD" ]
1
2022-03-13T08:53:28.000Z
2022-03-13T08:53:28.000Z
<template> <div> <v-btn color="primary" @click="isSnackbarVisible = true" > Open Snackbar </v-btn> <v-snackbar v-model="isSnackbarVisible" :timeout="2000" :light="$vuetify.theme.dark" > My timeout is set to 2000. </v-snackbar> </div> </template> <s...
15.870968
42
0.581301
455b32fa61a1cd60de9c5fe0dad25d54cbcc7494
1,480
vue
Vue
src/components/tree/TreeItem.vue
DesignHhuang/quasar
bba9f9fd70931956cb29a3ce7a970439b0b595da
[ "MIT" ]
null
null
null
src/components/tree/TreeItem.vue
DesignHhuang/quasar
bba9f9fd70931956cb29a3ce7a970439b0b595da
[ "MIT" ]
null
null
null
src/components/tree/TreeItem.vue
DesignHhuang/quasar
bba9f9fd70931956cb29a3ce7a970439b0b595da
[ "MIT" ]
null
null
null
<template> <li class="q-tree-item"> <div class="row inline items-center" :class="{'q-tree-link': model.handler || isExpandable}" @click="toggle" > <div class="q-tree-label relative-position row items-center" v-ripple.mat> <q-icon v-if="model.icon" :name="model.icon" class="on-l...
26.428571
148
0.600676
387350470657a4b239ea00876dc0910b376fdc19
351
vue
Vue
src/pages/admin/Home.vue
HuangYongXuan/vue-admin-template
1a7e10809019e81411caa0cafcae73ffd5b73374
[ "MIT" ]
null
null
null
src/pages/admin/Home.vue
HuangYongXuan/vue-admin-template
1a7e10809019e81411caa0cafcae73ffd5b73374
[ "MIT" ]
null
null
null
src/pages/admin/Home.vue
HuangYongXuan/vue-admin-template
1a7e10809019e81411caa0cafcae73ffd5b73374
[ "MIT" ]
null
null
null
<template> <div class="md-Home"> <menu-list/> </div> </template> <script> import MenuList from '@/pages/admin/system/MenuList'; export default { name: 'Home', components: {MenuList}, data() { return {}; }, created() { }, computed: {}, methods: {}, watch: {} }; </script> <style scoped lang=...
13.5
54
0.57265
3a18bba3afe0921cfea08f05e6463f35950578a3
17,477
vue
Vue
frontend/src/components/Preview.vue
Budding888/yn
76244800d2aeb7798e79d79c73f0afd6746db4d0
[ "Apache-2.0" ]
1
2022-03-03T06:30:03.000Z
2022-03-03T06:30:03.000Z
frontend/src/components/Preview.vue
Budding888/yn
76244800d2aeb7798e79d79c73f0afd6746db4d0
[ "Apache-2.0" ]
null
null
null
frontend/src/components/Preview.vue
Budding888/yn
76244800d2aeb7798e79d79c73f0afd6746db4d0
[ "Apache-2.0" ]
2
2021-01-05T03:30:18.000Z
2022-02-08T07:48:23.000Z
<template> <div ref="view-wrapper" class="view" @scroll="handleScroll"> <div class="action-bar" :style="{width: (width - 50) + 'px'}"> <div :style="{background: todoCount ? '#4e4e4e' : 'transparent'}"> <div v-if="todoCount" class="todo-progress"> <div :style="{ backgroundColor:...
25.328986
147
0.593294
86aa0e0fa4f1606c74bf8e63540ae82c07df8b99
4,012
vue
Vue
dev/admin/src/components/config/Modify.vue
QianLin0805/blog
d815a2a92ed3288caab81974910e5f443f162cc7
[ "MIT" ]
2
2019-07-22T08:04:53.000Z
2019-07-22T08:06:10.000Z
dev/admin/src/components/config/Modify.vue
QianLin0805/blog
d815a2a92ed3288caab81974910e5f443f162cc7
[ "MIT" ]
null
null
null
dev/admin/src/components/config/Modify.vue
QianLin0805/blog
d815a2a92ed3288caab81974910e5f443f162cc7
[ "MIT" ]
null
null
null
<template> <div> <h1 class="head"><i class="icon icon-quill"></i>修改网站配置<a href="javascript:history.back();"><span class="icon-undo2"></span>返回</a></h1> <ul class="form" v-if="info"> <li class="item"> <p class="left"><strong>*</strong> 配置名称:</p> <div class=...
36.807339
150
0.436191
2a6e780ae57c75e8b18e29757cefea00c4586888
1,750
vue
Vue
dataAnalysisCharts/src/components/eventBarChart.vue
gchenyingying/dataAnalysisPlatform
4826dda6998f06561aecc6cff2d7dde0c26df914
[ "MIT" ]
2
2019-02-16T13:39:17.000Z
2021-02-25T04:44:59.000Z
dataAnalysisCharts/src/components/eventBarChart.vue
gchenyingying/dataAnalysisPlatform
4826dda6998f06561aecc6cff2d7dde0c26df914
[ "MIT" ]
null
null
null
dataAnalysisCharts/src/components/eventBarChart.vue
gchenyingying/dataAnalysisPlatform
4826dda6998f06561aecc6cff2d7dde0c26df914
[ "MIT" ]
null
null
null
<template> <div id="eventBarChart"></div> </template> <script> export default { name: 'eventBarChart', computed:{ options:function(){ return { color: ['#3398DB'], tooltip : { trigger: 'axis', axisPointer : { // 坐标轴指示器,坐标轴触发有效 ...
24.647887
128
0.445143
2993c6547b661c307149576524e74f3b701c141f
14,280
vue
Vue
dsrms-vue-frontend/src/components/Activity.vue
BigtoC/Distributed-Students-Record-Management-System
57ea8bdda24593e9c81666ad601de9cfeeeb66e2
[ "Apache-2.0" ]
2
2020-04-28T05:03:47.000Z
2020-04-28T14:11:29.000Z
dsrms-vue-frontend/src/components/Activity.vue
BigtoC/Distributed-Students-Record-Management-System
57ea8bdda24593e9c81666ad601de9cfeeeb66e2
[ "Apache-2.0" ]
3
2020-04-28T05:05:31.000Z
2022-02-27T03:44:13.000Z
dsrms-vue-frontend/src/components/Activity.vue
BigtoC/Distributed-Students-Record-Management-System
57ea8bdda24593e9c81666ad601de9cfeeeb66e2
[ "Apache-2.0" ]
null
null
null
<template> <div class="main"> <div class="create"> <el-divider content-position="left">Create Activities</el-divider> <el-card class="box-card" shadow="hover" id="create-course"> <div slot="header" class="clearfix"> <span>Create an activity</span> <el-tooltip content="Crea...
39.666667
124
0.443277
d8c3163e346070382ed6afe742d1a9a9012b5652
539
vue
Vue
nuxtsite/pages/tools/index.vue
jianchengwang/my-site
707f58f1feb99bef9649b9c18c66eb5153322713
[ "MIT" ]
null
null
null
nuxtsite/pages/tools/index.vue
jianchengwang/my-site
707f58f1feb99bef9649b9c18c66eb5153322713
[ "MIT" ]
null
null
null
nuxtsite/pages/tools/index.vue
jianchengwang/my-site
707f58f1feb99bef9649b9c18c66eb5153322713
[ "MIT" ]
null
null
null
<template> <div class="main"> <h1 class="main-title">Tools</h1> <MarkdownBody :doc="page" /> </div> </template> <script> import MarkdownBody from "@/components/markdown/MarkdownBody.vue"; export default { name: "Tools", components: { MarkdownBody, }, async asyncData({ $content, params, error }) ...
20.730769
67
0.575139
51b238c43da65940d5bb00970f6361e074378ddd
7,448
vue
Vue
app/assets/javascripts/mpa/components/dataset/ExperimentSummaryCard.vue
unipept/unipept
f8f7fc62fcf2f17dcbeabfe992de989eacaaec35
[ "MIT" ]
15
2015-10-27T19:45:01.000Z
2021-05-03T08:52:21.000Z
app/assets/javascripts/mpa/components/dataset/ExperimentSummaryCard.vue
unipept/unipept
f8f7fc62fcf2f17dcbeabfe992de989eacaaec35
[ "MIT" ]
1,106
2017-02-22T16:53:39.000Z
2022-03-30T21:56:46.000Z
app/assets/javascripts/mpa/components/dataset/ExperimentSummaryCard.vue
unipept/unipept
f8f7fc62fcf2f17dcbeabfe992de989eacaaec35
[ "MIT" ]
3
2018-11-29T01:11:26.000Z
2020-08-14T01:24:15.000Z
<docs> The ExperimentSummaryCard summarizes an experiment into statistics: mainly the amount of peptides that were found, the peptides that were not found (including the ability to show these as a list). This component also allows the user to change the currently active search settings and redo the analysis of all sele...
36.15534
118
0.582035
f80dbeab24c23caf1e2f474f70aa37dedfa5b8f3
334
vue
Vue
front/hello-world/node_modules/v-charts/src/components/data-empty.vue
Mayasuyu/LabSystem
1008b63b078e5653bf508ccab8d442d2a77a605e
[ "Apache-2.0" ]
6,918
2017-05-19T03:16:32.000Z
2022-03-31T17:13:02.000Z
src/components/data-empty.vue
chaho/v-charts
f3c31e0cc0bc85e2685caaaf8e2fe658030f744c
[ "MIT" ]
841
2017-05-19T06:47:04.000Z
2022-03-31T01:49:48.000Z
src/components/data-empty.vue
chaho/v-charts
f3c31e0cc0bc85e2685caaaf8e2fe658030f744c
[ "MIT" ]
1,734
2017-05-19T03:01:59.000Z
2022-03-31T14:44:01.000Z
<template> <div class="v-charts-data-empty"> 暂无数据 </div> </template> <style> .v-charts-data-empty { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, .9); color: #888; font-size: 14p...
15.181818
44
0.61976
2ee58f68d902e133344ab76ef7a7d73e3ba6a1a8
3,831
vue
Vue
resources/js/components/ListaBusca.vue
Aristeuu/producao
52d54e1c2a43c5bfa26348829b3be8d46560acab
[ "MIT" ]
null
null
null
resources/js/components/ListaBusca.vue
Aristeuu/producao
52d54e1c2a43c5bfa26348829b3be8d46560acab
[ "MIT" ]
null
null
null
resources/js/components/ListaBusca.vue
Aristeuu/producao
52d54e1c2a43c5bfa26348829b3be8d46560acab
[ "MIT" ]
null
null
null
<template> <div> <div class="form-inline" > <a v-if="criar" v-bind:href="criar">Criar</a> <div class="form-group pull-right"> <input type="search" class="form-control" placeholder="Buscar" v-model="buscar"> {{buscar}} </div> </div> <hr> <di...
43.534091
160
0.369094
79e80567e948b8b928df259bf6f7b2b209df714f
5,926
vue
Vue
src/pages/CustomerManagement/dashboard/components/DataSummery.vue
1399179738/crm-
cbe64132f708f8fc6ee0c922c19a977a4fcd84f7
[ "MIT" ]
1
2021-03-21T22:39:19.000Z
2021-03-21T22:39:19.000Z
src/pages/CustomerManagement/dashboard/components/DataSummery.vue
taojiajie0605/crm-web
cbe64132f708f8fc6ee0c922c19a977a4fcd84f7
[ "MIT" ]
null
null
null
src/pages/CustomerManagement/dashboard/components/DataSummery.vue
taojiajie0605/crm-web
cbe64132f708f8fc6ee0c922c19a977a4fcd84f7
[ "MIT" ]
null
null
null
<template> <div style="width: 40%;"> <a-card style="margin-left: 10px; height: 400px;"> <!-- 数据汇总 --> <div> <div class="titlestyle" style="width: 100%;"> <a-icon type="stock" style=" ...
28.490385
72
0.349139
139b46cbbd5baf22b74139ca36a2ac28eb78c58d
27,011
vue
Vue
resources/js/views/ManageUser/index.vue
vietvd13/Training_EMS
b4ec82ddf4381d21cc78c13f83186aa6c520259d
[ "MIT" ]
1
2021-04-26T15:42:26.000Z
2021-04-26T15:42:26.000Z
resources/js/views/ManageUser/index.vue
vietvd13/Training_EMS
b4ec82ddf4381d21cc78c13f83186aa6c520259d
[ "MIT" ]
2
2021-04-24T14:12:42.000Z
2021-04-24T14:33:37.000Z
resources/js/views/ManageUser/index.vue
vietvd13/Tranning_EMS
b4ec82ddf4381d21cc78c13f83186aa6c520259d
[ "MIT" ]
null
null
null
<template> <div style="margin-top: 20px;"> <div class="zone-header-page"> <b-row> <b-col sm="4"> <div class="zone-controls"> <b-button @click="handleOpenModal(null, null)">{{ $t('views.manage-user.create-new') }}</b-button> </div> </b-col> <b-col sm="5...
27.961698
153
0.492244
e6e1435658355be7457a301702753509ec5a4fcb
7,682
vue
Vue
src/pages/More.vue
UstymUkhman/UstymUkhman
ef27cfe6ef2b75aa5df65e77bf216d76206ab048
[ "MIT" ]
4
2021-02-17T00:51:12.000Z
2021-07-10T06:47:26.000Z
src/pages/More.vue
UstymUkhman/UstymUkhman
ef27cfe6ef2b75aa5df65e77bf216d76206ab048
[ "MIT" ]
3
2020-07-21T16:55:24.000Z
2021-03-16T12:50:12.000Z
src/pages/More.vue
UstymUkhman/personal-website
00380131cb60dad3558f0f4740900c28b887b8e1
[ "MIT" ]
3
2021-04-28T06:39:01.000Z
2022-01-25T08:11:00.000Z
<template> <article itemtype="http://schema.org/WebPage" class="more-page" itemscope> <canvas ref="pills"></canvas> </article> </template> <script lang="ts"> import { MeshStandardMaterial } from 'three/src/materials/MeshStandardMaterial' import { Ref, defineComponent, ref, onMounted, onBeforeUnmount } from 'vu...
23.709877
79
0.572507
e83ecbceb226f0ef6c55b67a21bc75b3a27543f8
1,464
vue
Vue
document/components/display/display.vue
choco9527/cube-ui
679c4444c717aa684236a79de8ddae5ceaab714d
[ "Apache-2.0" ]
9,820
2017-11-08T05:32:13.000Z
2022-03-28T09:15:49.000Z
document/components/display/display.vue
choco9527/cube-ui
679c4444c717aa684236a79de8ddae5ceaab714d
[ "Apache-2.0" ]
753
2017-11-08T09:41:29.000Z
2022-03-02T02:23:26.000Z
document/components/display/display.vue
choco9527/cube-ui
679c4444c717aa684236a79de8ddae5ceaab714d
[ "Apache-2.0" ]
1,895
2017-11-08T05:43:57.000Z
2022-03-27T12:59:50.000Z
<template> <div class="page-display"> <div class="display-wrapper"> <section class="mofang-demo"> <iframe :src="ifrSrc" frameborder="0" width="100%" height="100%" scrolling="no"></iframe> </section> </div> </div> </template> <script> import { baseUrl } from '../../common/js/utils' e...
21.850746
97
0.523224
71ba073e1a77c5a906803e5f5fde46f4812ff3c0
3,651
vue
Vue
docs/.vuepress/theme/layouts/Contributors.vue
fuqunaga/openupm
fb9b2cde215eadedf1336027640c8d26c39a2874
[ "BSD-3-Clause" ]
2
2020-04-24T07:28:33.000Z
2020-05-08T16:16:51.000Z
docs/.vuepress/theme/layouts/Contributors.vue
fuqunaga/openupm
fb9b2cde215eadedf1336027640c8d26c39a2874
[ "BSD-3-Clause" ]
null
null
null
docs/.vuepress/theme/layouts/Contributors.vue
fuqunaga/openupm
fb9b2cde215eadedf1336027640c8d26c39a2874
[ "BSD-3-Clause" ]
null
null
null
<!-- eslint-disable vue/no-v-html --> <template> <ParentLayout> <main class="contributors"> <div class="main-container container"> <div class="columns"> <div class="column col-12"> <div class="columns breadcrumb-wrap"> <div class="column col-10 col-md-7"> ...
28.523438
78
0.495755
e162ba86a6e55ff05feb05651d1848f49858b2ea
3,514
vue
Vue
resources/assets/js/components/SearchForm.vue
valeryvkrukov/hicaliber-tt
ad8d14a604a7d47ebf767cb6bd1aefc07e84557d
[ "MIT" ]
null
null
null
resources/assets/js/components/SearchForm.vue
valeryvkrukov/hicaliber-tt
ad8d14a604a7d47ebf767cb6bd1aefc07e84557d
[ "MIT" ]
null
null
null
resources/assets/js/components/SearchForm.vue
valeryvkrukov/hicaliber-tt
ad8d14a604a7d47ebf767cb6bd1aefc07e84557d
[ "MIT" ]
null
null
null
<template> <div class="container"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <div v-if="errors.length" v-for="error of errors" class="alert alert-danger" role="alert"> {{ error }} </div> <form action="#" @submit.prevent="searchProperty"> <div class="row"> <div class="col...
29.779661
94
0.580535
eec007e8f2b642ff6de6684ee1715044b858b2fd
1,826
vue
Vue
leitai/frontend/src/App.vue
galleonsZcc/zhuoyao_radar
593dbacfd6d05296533a0c3303480884b70f6bf1
[ "MIT" ]
1
2019-05-13T16:17:39.000Z
2019-05-13T16:17:39.000Z
leitai/frontend/src/App.vue
freecomets/zhuoyao_radar
c95f51577846cc2a6a653c0c294acb253a732309
[ "MIT" ]
null
null
null
leitai/frontend/src/App.vue
freecomets/zhuoyao_radar
c95f51577846cc2a6a653c0c294acb253a732309
[ "MIT" ]
null
null
null
<template> <div id="app"> <el-container> <el-aside width="200px"> <el-radio-group v-model="isCollapse" style="margin-bottom: 20px;"> <el-radio-button :label="false">展开</el-radio-button> <el-radio-button :label="true">收起</el-radio-button> </el-radio-group> <el-menu...
24.675676
78
0.550383
1c8765b3513da71287b0d303f81fe71a8f84e214
736
vue
Vue
src/grid/row.vue
mickey0320/vue-ui
e2089697fa21b82c9ab9bed010a8e681b9e7d9e7
[ "MIT" ]
2
2019-11-29T16:20:35.000Z
2019-12-04T13:16:57.000Z
src/grid/row.vue
mickey0320/vue-ui
e2089697fa21b82c9ab9bed010a8e681b9e7d9e7
[ "MIT" ]
1
2019-11-28T14:06:56.000Z
2019-11-28T14:06:56.000Z
src/grid/row.vue
mickey0320/vue-ui
e2089697fa21b82c9ab9bed010a8e681b9e7d9e7
[ "MIT" ]
null
null
null
<template> <div class="row" ref="row" :style="rowStyle"> <slot></slot> </div> </template> <script> export default { name: "yRow", props: { gutter: { type: [Number, String], } }, computed:{ rowStyle(){ ...
20.444444
55
0.391304
f411dd1109a81283bad31b6953fc4575e4aa1d1e
2,100
vue
Vue
src/components/SkeletonLoader.vue
talhabw/karasu-xyz
9fc4a2f715a7c7f415cf9a9ea9248e52e4b7932a
[ "MIT" ]
1
2022-01-17T10:40:59.000Z
2022-01-17T10:40:59.000Z
src/components/SkeletonLoader.vue
talhabw/karasu-xyz
9fc4a2f715a7c7f415cf9a9ea9248e52e4b7932a
[ "MIT" ]
4
2021-07-31T13:00:01.000Z
2021-08-01T17:01:19.000Z
src/components/SkeletonLoader.vue
emingenc/emingenc.github.io
13f6f8d227deb2dfa25b12d39901d5f6b00cca9a
[ "MIT" ]
null
null
null
<template> <!-- Repository Card --> <div v-if="type === 'repository'" class="rounded-md space-y-2 bg-gray-200 bg-opacity-40 p-4 dark:bg-gray-800" > <div class="flex items-center justify-between"> <div class="rounded-md bg-gray-300 h-5 animate-pulse w-7/12 dark:bg-gray-700" /> ...
23.333333
164
0.562381
318cec5ccddf008540a59d9bc4b5d30f3e484fd4
17,167
vue
Vue
zcblog-front2client/src/views/ArticleContent.vue
progzc/zcblog
1150238b62b9d09ea167b63e833e9955f9833ac2
[ "MIT" ]
17
2020-11-23T15:20:14.000Z
2021-12-23T03:12:44.000Z
zcblog-front2client/src/views/ArticleContent.vue
liuquanze/zcblog
1150238b62b9d09ea167b63e833e9955f9833ac2
[ "MIT" ]
1
2021-06-10T10:28:46.000Z
2021-06-10T10:28:46.000Z
zcblog-front2client/src/views/ArticleContent.vue
liuquanze/zcblog
1150238b62b9d09ea167b63e833e9955f9833ac2
[ "MIT" ]
6
2021-02-23T04:56:58.000Z
2021-06-11T12:05:03.000Z
<template> <content-box class="article-box"> <div class="article-container" slot="content"> <!--文章标题--> <h1 class="article-title">{{article.title}}</h1> <!--文章信息--> <article-info class="article-info" :article="article"></article-info> <!--文章概述--> <p class="article-desc">{{artic...
42.810474
138
0.596785
25698e7bd3800f557ae144bd8bd45bb0fe104969
41
vue
Vue
examples/pages/copy.vue
c10342/lin-view-ui
b8a31c1a69120d477fdaf57abe07f1a2b1dc449b
[ "MIT" ]
84
2020-08-12T09:54:56.000Z
2022-02-17T03:38:07.000Z
examples/pages/copy.vue
c10342/lin-view-ui
b8a31c1a69120d477fdaf57abe07f1a2b1dc449b
[ "MIT" ]
17
2020-08-30T05:57:29.000Z
2022-02-27T06:05:54.000Z
examples/pages/copy.vue
c10342/lin-vue-ui
b8a31c1a69120d477fdaf57abe07f1a2b1dc449b
[ "MIT" ]
3
2021-03-31T01:37:14.000Z
2021-11-19T09:04:22.000Z
<template> <div>copy</div> </template>
10.25
17
0.634146
b924120c18f018363c14bb16712b9593874ac90d
4,398
vue
Vue
src/app/components/game/filtering/widget.vue
puyofan99/gamejolt
1efbae892339668819f009d9aac49330ff17f519
[ "MIT" ]
null
null
null
src/app/components/game/filtering/widget.vue
puyofan99/gamejolt
1efbae892339668819f009d9aac49330ff17f519
[ "MIT" ]
null
null
null
src/app/components/game/filtering/widget.vue
puyofan99/gamejolt
1efbae892339668819f009d9aac49330ff17f519
[ "MIT" ]
null
null
null
<script lang="ts"> import { setup } from 'vue-class-component'; import { Options, Prop, Vue } from 'vue-property-decorator'; import { Analytics } from '../../../../_common/analytics/analytics.service'; import { formatNumber } from '../../../../_common/filters/number'; import AppPopper from '../../../../_common/popper/p...
25.719298
76
0.560709
f3bda02b0008e3098ab0bc82c621d04bb5c86fe9
4,533
vue
Vue
src/admin/common/AdminComponent/index.vue
longguikeji/arkfbp-admin-template
2caed232019de589e1f524d913d1f8127cd77a61
[ "MIT" ]
1
2021-10-22T01:53:44.000Z
2021-10-22T01:53:44.000Z
src/admin/common/AdminComponent/index.vue
longguikeji/arkfbp-admin-template
2caed232019de589e1f524d913d1f8127cd77a61
[ "MIT" ]
1
2020-11-11T02:37:34.000Z
2020-11-14T07:53:12.000Z
src/admin/common/AdminComponent/index.vue
longguikeji/arkfbp-admin-template
2caed232019de589e1f524d913d1f8127cd77a61
[ "MIT" ]
1
2020-11-04T05:11:17.000Z
2020-11-04T05:11:17.000Z
<template> <el-badge v-if="state.state.badge" :value="state.state.badge.value" :max="state.state.badge.max" :is-dot="state.state.badge.idDot" :hidden="state.state.badge.hidden" :type="state.state.badge.type" > <component :is="item" /> </el-badge> <component :is="item" v-else ...
31.699301
71
0.677035
88b35598be760c4bf1748d9fd6520677004b4104
3,820
vue
Vue
src/assets/js/components/Note.vue
codymoorhouse/secretary
12e942237e97dd6595ef2b2540a620b789b18921
[ "MIT" ]
null
null
null
src/assets/js/components/Note.vue
codymoorhouse/secretary
12e942237e97dd6595ef2b2540a620b789b18921
[ "MIT" ]
null
null
null
src/assets/js/components/Note.vue
codymoorhouse/secretary
12e942237e97dd6595ef2b2540a620b789b18921
[ "MIT" ]
1
2018-07-13T15:48:10.000Z
2018-07-13T15:48:10.000Z
<template> <div class="chronicle-note-wrapper" @mouseover="openActionBar" @mouseleave="hideActionBar"> <div class="chronicle-note-header"> <span class="chronicle-note-user">{{ note.user.name }}</span> <span class="chronicle-note-time">{{ formatDate(createDate(note.created_at)) }}</sp...
27.285714
120
0.420681
2ffd1232e4986f1ef9b9787a213dd4fe39e44296
1,287
vue
Vue
src/views/profile/childProfiles/ProfileList.vue
guadi-yang/guadiMall
3e176b7d20874804997b81a43f4b7b8dab08ff1b
[ "MIT" ]
1
2021-07-25T04:26:39.000Z
2021-07-25T04:26:39.000Z
src/views/profile/childProfiles/ProfileList.vue
guadi-yang/guadiMall
3e176b7d20874804997b81a43f4b7b8dab08ff1b
[ "MIT" ]
null
null
null
src/views/profile/childProfiles/ProfileList.vue
guadi-yang/guadiMall
3e176b7d20874804997b81a43f4b7b8dab08ff1b
[ "MIT" ]
null
null
null
<template>   <div id="list"> <div class="orderList"> <div> <img src="~assets/img/profile/message.svg" alt=""> <div>我的消息</div> </div> <div> <img src="~assets/img/profile/pointer.svg" alt=""> <div>积分商城</div> </div> <div> <img src="~assets/img...
19.5
61
0.545455
92ce27ba91f88212a2920df3c2ce0b5a234e4637
768
vue
Vue
src/App.vue
weskhaled/greenPositiv
606d47a780a755088f719bdc42a6fad800bae0b6
[ "MIT" ]
null
null
null
src/App.vue
weskhaled/greenPositiv
606d47a780a755088f719bdc42a6fad800bae0b6
[ "MIT" ]
null
null
null
src/App.vue
weskhaled/greenPositiv
606d47a780a755088f719bdc42a6fad800bae0b6
[ "MIT" ]
null
null
null
<script setup lang="ts"> // https://github.com/vueuse/head // you can use this to manipulate the document head in any components, import { currentUser } from './stores' // they will be rendered correctly in the html results with vite-ssg const router = useRouter() // const route = useRoute() useHead({ title: 'Green...
21.333333
74
0.654948
aec2188bd883d69fd1cfd9d79c03a9a17db78928
5,907
vue
Vue
src/pages/login/Login.vue
1399179738/crm-
cbe64132f708f8fc6ee0c922c19a977a4fcd84f7
[ "MIT" ]
1
2021-03-21T22:39:19.000Z
2021-03-21T22:39:19.000Z
src/pages/login/Login.vue
taojiajie0605/crm-web
cbe64132f708f8fc6ee0c922c19a977a4fcd84f7
[ "MIT" ]
null
null
null
src/pages/login/Login.vue
taojiajie0605/crm-web
cbe64132f708f8fc6ee0c922c19a977a4fcd84f7
[ "MIT" ]
null
null
null
<template> <common-layout> <div style="margin: 100px 200px; float: right;"> <h2>欢迎来到正云</h2> <a-form :form="form" @submit="handleSubmit"> <a-form-item> <a-input v-model="staffid" placeholder="测试用户名:198...
30.606218
78
0.345522
6ec52a58b9e7c338ee924a3742d0a22ee8e05bd1
245
vue
Vue
src/components/footbar.vue
BACD2626/programacion-grafica
a3ff158b75c53b25093483646956eb1565708c87
[ "MIT" ]
null
null
null
src/components/footbar.vue
BACD2626/programacion-grafica
a3ff158b75c53b25093483646956eb1565708c87
[ "MIT" ]
null
null
null
src/components/footbar.vue
BACD2626/programacion-grafica
a3ff158b75c53b25093483646956eb1565708c87
[ "MIT" ]
null
null
null
<template> <div class="foot"> <div>FOOTER</div> </div> </template> <style> .foot{ background-color: #545c64; color:#fff; text-align:center; bottom: 0; width: 100%; height: 60px; } </style>
12.894737
32
0.514286
56536c03207b24fd95fc5079c11e55af551cd849
7,645
vue
Vue
src/components/computer_page/ComputerPage.vue
Dakod/dnf_web_simulator
622823311d6d0b493c3784ea97b647c11755e7b7
[ "MIT" ]
null
null
null
src/components/computer_page/ComputerPage.vue
Dakod/dnf_web_simulator
622823311d6d0b493c3784ea97b647c11755e7b7
[ "MIT" ]
1
2021-05-11T17:45:57.000Z
2021-05-11T17:45:57.000Z
src/components/computer_page/ComputerPage.vue
Dakod/dnf_web_simulator
622823311d6d0b493c3784ea97b647c11755e7b7
[ "MIT" ]
null
null
null
<template> <div class="body_all"> <div class="main-div d-flex mx-auto flex-wrap align-content-start"> <div class="computer-div"> <div class="header-div"> <common-button class="btn" name="primary" @click.native="toSimulator">返回</common-button> ...
34.75
115
0.477436
1a7251af3a0749a87e3184cdb0d40dfdc69d16f7
1,783
vue
Vue
resources/assets/js/views/admin/layout/SidebarItem.vue
HeRedBo/laravel_vue_itf
2238696fe23222095926ef48ed57c8c394a14c60
[ "MIT" ]
null
null
null
resources/assets/js/views/admin/layout/SidebarItem.vue
HeRedBo/laravel_vue_itf
2238696fe23222095926ef48ed57c8c394a14c60
[ "MIT" ]
null
null
null
resources/assets/js/views/admin/layout/SidebarItem.vue
HeRedBo/laravel_vue_itf
2238696fe23222095926ef48ed57c8c394a14c60
[ "MIT" ]
null
null
null
<template> <div class="menu-wrapper"> <!-- <li class="header">栏目导航</li> --> <!--Optionally --> <!-- <li><a href="/admin"><i class="fa fa-dashboard"></i><span>控制面板</span></a></li> --> <!-- <router-link :to="index"> <el-menu-item index="index"> <i class="el-icon-setting"></i> <span slo...
28.301587
125
0.538418
8535a26c1a184dc746ce4fbbfca817e311b043aa
1,465
vue
Vue
src/views/Home.vue
guys1444/LearnShell
d5d4826ccbeffb30a2392ac0c7399e7d274feb45
[ "MIT" ]
null
null
null
src/views/Home.vue
guys1444/LearnShell
d5d4826ccbeffb30a2392ac0c7399e7d274feb45
[ "MIT" ]
null
null
null
src/views/Home.vue
guys1444/LearnShell
d5d4826ccbeffb30a2392ac0c7399e7d274feb45
[ "MIT" ]
null
null
null
<template> <layout-default> <div class="Home"> <div id="app"> <h1>Learn Shell</h1> <h2> The First Linux / Windows Commond line interactive learning platform </h2> <br /> <router-link to="choose"> <button class="button-74">Start Learning</button> ...
19.797297
78
0.621843
fc2f5c7a630ab0a4c37e0a1cf8c7355616521fe0
1,477
vue
Vue
src/views/promotion/model/condition/memberGradeCondition.vue
Bonze-web/hema_web
7d7933cf63bf62edaea09ee76cf9cc91e48f34bf
[ "MIT" ]
null
null
null
src/views/promotion/model/condition/memberGradeCondition.vue
Bonze-web/hema_web
7d7933cf63bf62edaea09ee76cf9cc91e48f34bf
[ "MIT" ]
null
null
null
src/views/promotion/model/condition/memberGradeCondition.vue
Bonze-web/hema_web
7d7933cf63bf62edaea09ee76cf9cc91e48f34bf
[ "MIT" ]
null
null
null
<!-- 会员等级条件 --> <template> <div class="condition member-grade-condition"> <el-select v-model="selectedId" :disabled="readonly" placeholder="请选择会员等级" size="small"> <el-option v-for="item in grades" :key="item.uuid" :label="item.name" :value="item.uuid"> </el-option> </el-select> <span class="ti...
20.802817
95
0.53216
0db947fcbfbbfc6e6ef799ba1c31850b2baa3935
10,127
vue
Vue
src/views/bas/customer/customer_form.vue
zouzhiyong/dms
637e2ea89b58b7a452b2a429b50cf10f2df96828
[ "MIT" ]
null
null
null
src/views/bas/customer/customer_form.vue
zouzhiyong/dms
637e2ea89b58b7a452b2a429b50cf10f2df96828
[ "MIT" ]
null
null
null
src/views/bas/customer/customer_form.vue
zouzhiyong/dms
637e2ea89b58b7a452b2a429b50cf10f2df96828
[ "MIT" ]
null
null
null
<template> <el-dialog v-if="dialogVisible" width="650px" :visible.sync="dialogVisible" :close-on-click-modal="false" :close-on-press-escape="false" :before-close="handleClose"> <span slot="title">{{$route.name}}</span> <span> <el-form @submit.native.prevent :rules="rules" size="small" :inline="true" ref...
36.297491
535
0.551397
8e9d32dde3461a578104e69fce11ef5cfe5acf22
4,318
vue
Vue
src/pages/misc/Accessibilite.vue
lucasverra/magical-rosemary
91094b4c8a139a6ebb3f3ebf76953fd43c3e5697
[ "MIT" ]
null
null
null
src/pages/misc/Accessibilite.vue
lucasverra/magical-rosemary
91094b4c8a139a6ebb3f3ebf76953fd43c3e5697
[ "MIT" ]
1
2022-02-28T04:04:57.000Z
2022-02-28T04:04:58.000Z
src/pages/misc/Accessibilite.vue
rhanka/design.numerique.gouv.fr
93aeec6750037dc6e28092679e2938dae25ced1d
[ "MIT" ]
null
null
null
<template> <Layout class="accessibility-page"> <nav aria-label="Breadcrumb" class="breadcrumb"> <ol> <li> <g-link to="/">Accueil</g-link> </li> <li> <span aria-current="page">Accessibilité</span> </li> </ol> </nav> <div class="cover"> ...
36.59322
266
0.603289
458a922428aa0efaf075e5d9f93863536bc852e3
16,611
vue
Vue
src/views/Import.vue
derat/mpticks
6b66c3af9a155a3ebbb9e366691f6fef8e195afb
[ "BSD-3-Clause" ]
4
2020-02-14T11:39:15.000Z
2020-08-06T05:43:10.000Z
src/views/Import.vue
derat/mpticks
6b66c3af9a155a3ebbb9e366691f6fef8e195afb
[ "BSD-3-Clause" ]
7
2020-08-06T06:16:11.000Z
2022-02-27T23:11:09.000Z
src/views/Import.vue
derat/mpticks
6b66c3af9a155a3ebbb9e366691f6fef8e195afb
[ "BSD-3-Clause" ]
null
null
null
<!-- Copyright 2020 Daniel Erat. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <template> <div class="mx-3"> <Alert ref="errorAlert" :text.sync="errorMsg" /> <v-row> <v-col cols="12" lg="8"> <p> En...
30.761111
80
0.572753
9a04bd7dd439cc6592936ff60c9964e4f2fdc560
723
vue
Vue
src/demos/radio.vue
Akimyou/palette
1c5e613375c47eb2b5cd734f511e92f977455b30
[ "Apache-2.0" ]
1
2019-04-17T13:16:03.000Z
2019-04-17T13:16:03.000Z
src/demos/radio.vue
Akimyou/palette
1c5e613375c47eb2b5cd734f511e92f977455b30
[ "Apache-2.0" ]
null
null
null
src/demos/radio.vue
Akimyou/palette
1c5e613375c47eb2b5cd734f511e92f977455b30
[ "Apache-2.0" ]
null
null
null
<template> <div class="palette-demo palette-demo-selector cleafix"> <md-radio ref="radio" :options="data" :default-index="1" > </md-radio> </div> </template> <script> export default { data () { return { value: false, data: [ { text: 'Option 1', ...
15.0625
58
0.461964
caa048f9db0c575e9d552fabe7533acb49ab5c71
17,763
vue
Vue
resources/js/components/sales.vue
R4MA26/app-sto-antang
a23eff90348f8053f15379b24b346b3c213c5226
[ "MIT" ]
null
null
null
resources/js/components/sales.vue
R4MA26/app-sto-antang
a23eff90348f8053f15379b24b346b3c213c5226
[ "MIT" ]
null
null
null
resources/js/components/sales.vue
R4MA26/app-sto-antang
a23eff90348f8053f15379b24b346b3c213c5226
[ "MIT" ]
1
2021-10-30T02:14:08.000Z
2021-10-30T02:14:08.000Z
<template> <section class="content"> <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="card"> <div class="card-header"> <h3 class="card-title">Seles List</h3> <!-- <div class="card-tools"> <form id="m...
33.264045
123
0.351517
57ffdc4a17b56013c523d5c442ded226c0921b1f
323
vue
Vue
src/components/TheFooter.vue
senboni/VALORANT-Showcase
a1740a2a346e7bc7232663a030e60f513594cbf4
[ "MIT" ]
null
null
null
src/components/TheFooter.vue
senboni/VALORANT-Showcase
a1740a2a346e7bc7232663a030e60f513594cbf4
[ "MIT" ]
null
null
null
src/components/TheFooter.vue
senboni/VALORANT-Showcase
a1740a2a346e7bc7232663a030e60f513594cbf4
[ "MIT" ]
null
null
null
<template> <footer>Copyright 2021 &copy; Riot Games | valorant-api.com</footer> </template> <style scoped> footer { margin: 0 auto; padding: 5rem 0rem; text-align: center; font-weight: 300; color: var(--sec-text); } @media screen and (min-width: 768px) { footer { padding: 8rem 0 5rem 0; } } </styl...
16.15
70
0.647059
0a9d29aa666f4e2b1d96250406e82388f3e25a50
1,030
vue
Vue
src/views/Edit/components/Epilogue.vue
terryz95/survey
cd7c4f701730fc0a59e1a8cbac5396a9eb9a4099
[ "MIT" ]
2
2021-03-04T03:36:03.000Z
2021-09-18T12:09:36.000Z
src/views/Edit/components/Epilogue.vue
terryz95/survey
cd7c4f701730fc0a59e1a8cbac5396a9eb9a4099
[ "MIT" ]
5
2021-03-10T13:38:16.000Z
2022-02-27T02:33:14.000Z
src/views/Edit/components/Epilogue.vue
terryz95/survey
cd7c4f701730fc0a59e1a8cbac5396a9eb9a4099
[ "MIT" ]
null
null
null
<!-- * @Author: Terry Zhang * @Date: 2020-04-20 22:19:14 * @LastEditors: Terry Zhang * @LastEditTime: 2020-04-29 22:35:22 * @Description: 编辑结束语 --> <template> <van-form @submit="handleSubmit"> <CommonSection title="问卷结束语"> <van-field type="textarea" rows="3" v-model="epilogue" /> </CommonSection> ...
23.953488
72
0.663107
ed2c4360f4332f40e5015a211bdf948ca1b02dac
1,669
vue
Vue
src/views/Admin.vue
TradeSaber/Web
b56c0c8e1566561123435bd1153af3dc5f3aa34c
[ "Apache-2.0" ]
null
null
null
src/views/Admin.vue
TradeSaber/Web
b56c0c8e1566561123435bd1153af3dc5f3aa34c
[ "Apache-2.0" ]
4
2021-05-11T16:14:14.000Z
2022-02-27T05:48:54.000Z
src/views/Admin.vue
TradeSaber/Web
b56c0c8e1566561123435bd1153af3dc5f3aa34c
[ "Apache-2.0" ]
null
null
null
<template> <div class="admin"> <nav class="tabs"> <div class="container"> <ul> <li v-bind:class="{ 'is-active': viewActive }"><a v-on:click="setViewTab()">View</a></li> <li v-bind:class="{ 'is-active': createActive }"><a v-on:click="setCrea...
23.180556
115
0.569802
581d1a9e3f950fe873d764e1f33cba8b7bf09b97
132,624
vue
Vue
src/pages/sales/sales/detail.vue
lyj293839/warehouse
41b1787e9d9bbc7d46b87fb1d5733f8e30babe5e
[ "MIT" ]
null
null
null
src/pages/sales/sales/detail.vue
lyj293839/warehouse
41b1787e9d9bbc7d46b87fb1d5733f8e30babe5e
[ "MIT" ]
null
null
null
src/pages/sales/sales/detail.vue
lyj293839/warehouse
41b1787e9d9bbc7d46b87fb1d5733f8e30babe5e
[ "MIT" ]
null
null
null
<style lang="scss" scoped type="text/scss"> .bold { font-weight: bold; } pre { white-space: pre-wrap; word-wrap: break-word; } .grey { color: grey; } .l_h { line-height: 1.5; } .l_h80 { line-height: 80px; } .el-pagination { text-align: right; margin: 10px; } .d2-text-center { text-align: center; ...
38.497533
340
0.463136
27ba55358b67274b27ef1fb67bb4f9af6f653cb9
3,598
vue
Vue
resources/js/pages/Authorized/PGAS/Mandate/Show/EducationWork/EducationWork.vue
corbintuason/PDInSys
ac80805694dc8cb556726155d987547200744f2e
[ "MIT" ]
null
null
null
resources/js/pages/Authorized/PGAS/Mandate/Show/EducationWork/EducationWork.vue
corbintuason/PDInSys
ac80805694dc8cb556726155d987547200744f2e
[ "MIT" ]
5
2020-04-21T18:22:00.000Z
2021-02-02T17:16:47.000Z
resources/js/pages/Authorized/PGAS/Mandate/Show/EducationWork/EducationWork.vue
corbintuason/PDInSys
ac80805694dc8cb556726155d987547200744f2e
[ "MIT" ]
null
null
null
<template> <div> <hr /> <div class="text-center mt-4"> <h5> <i>Educational Attainment</i> </h5> </div> <div class="component-sub-content mt-4 mb-3"> <div class="row"> <!-- Tertiary --> <div class="col-md-6 mb-3"> <label for="tertiary">Tertiary:</label> <i style="color: gray">(any...
24.47619
92
0.562257
43ea902ac625c368b02899636147d19d0b690848
6,635
vue
Vue
dev/src/components/projects/CogSciLab.vue
liefswanson/liefswanson.github.io
9ba651e40bf3b24cd387f3be1b335d1ca64f6fc0
[ "MIT" ]
null
null
null
dev/src/components/projects/CogSciLab.vue
liefswanson/liefswanson.github.io
9ba651e40bf3b24cd387f3be1b335d1ca64f6fc0
[ "MIT" ]
20
2018-05-23T05:46:11.000Z
2022-02-26T03:48:08.000Z
dev/src/components/projects/CogSciLab.vue
liefswanson/liefswanson.github.io
9ba651e40bf3b24cd387f3be1b335d1ca64f6fc0
[ "MIT" ]
null
null
null
<template> <project-template name='CogSciLab'> <template slot='intro'> <p class='p-wide p-text'> I volunteered, in my spare time, at the <a class='p-link' href='https://cslabsfu.wordpress.com/'>Cognitive Science Lab</a> at <a class='p-link' title='Simon Fraser...
57.198276
258
0.667219
7abd2456ed2f06cd05bbac110989144ddb0d7faf
5,296
vue
Vue
resources/js/components/person/proyect.vue
Alucarth/piudev
6fa2bde6085674cbaf25110172b299ad7ad03d92
[ "MIT" ]
null
null
null
resources/js/components/person/proyect.vue
Alucarth/piudev
6fa2bde6085674cbaf25110172b299ad7ad03d92
[ "MIT" ]
null
null
null
resources/js/components/person/proyect.vue
Alucarth/piudev
6fa2bde6085674cbaf25110172b299ad7ad03d92
[ "MIT" ]
null
null
null
<template> <div> <!-- Default box --> <div class="card"> <div class="card-header"> <h3 class="card-title"></h3> <!-- <a href="" class="btn btn-success">Crear Proyecto</a> --> <button type="button" class="btn btn-success" data-toggle="modal" data-target="#proyectModal"...
37.560284
136
0.473187
48ea9e425a2f4233066c64c9fc26f823a577c3be
2,354
vue
Vue
src/components/McGeneralForm.vue
nickeblewis/theramblingphotographer
9bd4b75afd5149c82a727230016a7cf7de8329eb
[ "MIT" ]
1
2019-08-09T06:38:10.000Z
2019-08-09T06:38:10.000Z
src/components/McGeneralForm.vue
nickeblewis/nicklewis.net.7
8af036cce1241b78c21e07b0c9a662e447fadaea
[ "MIT" ]
16
2021-03-09T23:33:32.000Z
2022-02-27T02:42:50.000Z
src/components/McGeneralForm.vue
nickeblewis/nicklewis.net.7
8af036cce1241b78c21e07b0c9a662e447fadaea
[ "MIT" ]
null
null
null
<template> <div class=" mx-auto my-12 p-8 border-2 border-black max-w-sm"> <div v-if="title"> <h3 class="font-bold">Subscribe to my newsletter</h3> <p>I only send 1-2 emails per month, and I promise it will always be entertaining! And you can unsubscribe at any time.</p> </div> <div id="mc_emb...
35.666667
152
0.576041
c0dd321ed7cf645ca5069abcddf55277b07798cd
4,569
vue
Vue
src/views/index/childrenIndex/Contact.vue
yellowGw0/show
a3bb2d9470161819af27722580ddfcaa7298915a
[ "MIT" ]
null
null
null
src/views/index/childrenIndex/Contact.vue
yellowGw0/show
a3bb2d9470161819af27722580ddfcaa7298915a
[ "MIT" ]
null
null
null
src/views/index/childrenIndex/Contact.vue
yellowGw0/show
a3bb2d9470161819af27722580ddfcaa7298915a
[ "MIT" ]
null
null
null
<template> <div class="contact"> <div class="contact-center"> <h2 class="contact-title">联系我</h2> <form action="http://baidu.com" method="post"> <div class="contact-content"> <i class="contact-bg-style"></i> <div class="contact-phone"> <h3>电话:</h3> <i...
23.192893
105
0.568396
82a1714e302b6ea84ac9de910ab1d736673af42d
737
vue
Vue
src/components/Screenfull/index.vue
maomaomao1314/my-vue-admin
b1f3299961bcff4523e404bed7036a7ab7727f9a
[ "MIT" ]
null
null
null
src/components/Screenfull/index.vue
maomaomao1314/my-vue-admin
b1f3299961bcff4523e404bed7036a7ab7727f9a
[ "MIT" ]
null
null
null
src/components/Screenfull/index.vue
maomaomao1314/my-vue-admin
b1f3299961bcff4523e404bed7036a7ab7727f9a
[ "MIT" ]
null
null
null
<template> <svg-icon icon-class="screenfull" @click="changescreenfull" /> </template> <script> import screenfull from 'screenfull' // 全屏功能使用:1.安装,npm install --save screenfull // 2.引入 // 3.点击时判断浏览器是否可全屏,不可全屏给提示,可全屏执行screenfull.toggle() export default{ name:'screenfull', data(){ re...
19.394737
66
0.563094
d5bff20474fafb3616236d11967177595cde9328
4,821
vue
Vue
frontend/src/components/tasks/image-select/SelectImagesTask.vue
jinnn-dev/patholearn
b4e6a18cfbf963e71640ed6cac3fc3a618a7ae15
[ "MIT" ]
1
2022-02-20T12:45:04.000Z
2022-02-20T12:45:04.000Z
frontend/src/components/tasks/image-select/SelectImagesTask.vue
JamesNeumann/learning-by-annotations
c2b5e4b653eeb1c973aa5a7dad35ac8be18cb1ad
[ "MIT" ]
21
2021-11-01T10:13:56.000Z
2021-12-02T10:02:13.000Z
frontend/src/components/tasks/image-select/SelectImagesTask.vue
jinnn-dev/patholearn
b4e6a18cfbf963e71640ed6cac3fc3a618a7ae15
[ "MIT" ]
1
2021-12-16T18:20:55.000Z
2021-12-16T18:20:55.000Z
<template> <saving-info></saving-info> <div ref="viewerRef" id="viewerImage" class="h-screen bg-gray-900" @keyup="handleKeyup"></div> </template> <script lang="ts"> import { defineComponent, onMounted, PropType, ref, watch } from 'vue'; import { ImageSelectFeedback, TaskResult } from '../../../model/result'; impor...
30.903846
113
0.596972
d83329b28371a4454c0cb0eadd9c9c6613563968
2,545
vue
Vue
src/cmp/LayoutComponent.vue
kirillgroshkov/releases
9a1b479b5d052c28dcaf3877d8089e24c391b085
[ "MIT" ]
25
2018-05-20T20:41:49.000Z
2021-11-17T10:35:13.000Z
src/cmp/LayoutComponent.vue
kirillgroshkov/releases
9a1b479b5d052c28dcaf3877d8089e24c391b085
[ "MIT" ]
10
2018-05-24T19:17:56.000Z
2021-12-09T19:28:07.000Z
src/cmp/LayoutComponent.vue
kirillgroshkov/releases
9a1b479b5d052c28dcaf3877d8089e24c391b085
[ "MIT" ]
2
2018-06-09T21:00:09.000Z
2019-11-18T17:00:43.000Z
<template> <div> <div class="page-container"> <md-app md-waterfall1 md-mode="fixed"> <md-app-toolbar v-if="user.uid" class="md-primary"> <!-- <span class="md-title">My Title</span> --> <div class="md-toolbar-row"> <div class="md-toolbar-section-st...
24.471154
97
0.509234
7965cb4b685c08bec40c1a47e5abaae92e901239
1,720
vue
Vue
ee/app/assets/javascripts/related_items_tree/components/epic_issue_actions_split_button.vue
fxiao/gitlab
899798758025f2618b6524a0509098f554132776
[ "MIT" ]
null
null
null
ee/app/assets/javascripts/related_items_tree/components/epic_issue_actions_split_button.vue
fxiao/gitlab
899798758025f2618b6524a0509098f554132776
[ "MIT" ]
6
2021-03-30T13:55:11.000Z
2022-02-26T10:18:56.000Z
ee/app/assets/javascripts/related_items_tree/components/epic_issue_actions_split_button.vue
fxiao/gitlab
899798758025f2618b6524a0509098f554132776
[ "MIT" ]
4
2020-11-04T05:30:03.000Z
2021-07-12T23:32:36.000Z
<script> import { GlDropdown, GlDropdownDivider, GlDropdownHeader, GlDropdownItem } from '@gitlab/ui'; import { s__, __ } from '~/locale'; const issueActionItems = [ { title: __('Add a new issue'), eventName: 'showCreateIssueForm', }, { title: __('Add an existing issue'), eventName: 'showAddIssu...
20.97561
93
0.599419
8acc393376c5c58106d4bd73b32df1f06a52dee7
106
vue
Vue
frontend/src/views/Chat.vue
6Arin9/EZeszyt
460a4b317b28d467b98438b30c3d0211141f44ee
[ "MIT" ]
null
null
null
frontend/src/views/Chat.vue
6Arin9/EZeszyt
460a4b317b28d467b98438b30c3d0211141f44ee
[ "MIT" ]
null
null
null
frontend/src/views/Chat.vue
6Arin9/EZeszyt
460a4b317b28d467b98438b30c3d0211141f44ee
[ "MIT" ]
null
null
null
<template> <div> <h1>Chat</h1> </div> </template> <script> export default { name: 'Chat' } </script>
8.833333
16
0.59434
0631d368f7b6f0c94107d8d9fc82d6aa2cd9d5c1
502
vue
Vue
src/components/appCONTACT/index.vue
janakhpon/vue-template-cardboard
ff1ccacee06f8fe2a0cafd47c0d65b9abbdded0c
[ "MIT" ]
null
null
null
src/components/appCONTACT/index.vue
janakhpon/vue-template-cardboard
ff1ccacee06f8fe2a0cafd47c0d65b9abbdded0c
[ "MIT" ]
null
null
null
src/components/appCONTACT/index.vue
janakhpon/vue-template-cardboard
ff1ccacee06f8fe2a0cafd47c0d65b9abbdded0c
[ "MIT" ]
null
null
null
<template> <div id="app"> <Header /> <Section /> <Sectionone /> <Sectiontwo /> <Footer /> </div> </template> <script> import Header from '../Header/index.vue' import Footer from '../Footer/index.vue' import Section from './section.vue' import Sectionone from './sectionone.vue' import Sectiontwo...
14.764706
41
0.625498
ae032ad02ac5ed0c3d915a90b86877bd609e5ca1
9,818
vue
Vue
src/views/accommodation/housingView/index.vue
MaggieID/apartment
d989d766c7439b9efc4dcfd8449e0892e5de9eff
[ "MIT" ]
null
null
null
src/views/accommodation/housingView/index.vue
MaggieID/apartment
d989d766c7439b9efc4dcfd8449e0892e5de9eff
[ "MIT" ]
null
null
null
src/views/accommodation/housingView/index.vue
MaggieID/apartment
d989d766c7439b9efc4dcfd8449e0892e5de9eff
[ "MIT" ]
null
null
null
<template> <div class="g-container"> <el-container style="height: 100%;"> <el-aside v-if="showSide" width="340px"> <el-scrollbar style="height:100%"> <el-tree :props="props" class="tree" :data="buildTree" node-key="Id" @node-click="handleCheckChange" /> </el-scrollbar> </el-a...
27.046832
235
0.503769
74b2adee2ec6f0003525c8aa0396863ffdb802a8
1,437
vue
Vue
Frontend/clonello/src/views/Home.vue
jnehlt/PAW-lab
fcffe9a06efadeb0dbd6fa80e7e6d5402a794bc1
[ "MIT" ]
null
null
null
Frontend/clonello/src/views/Home.vue
jnehlt/PAW-lab
fcffe9a06efadeb0dbd6fa80e7e6d5402a794bc1
[ "MIT" ]
4
2020-09-22T14:47:04.000Z
2022-02-27T03:38:28.000Z
Frontend/clonello/src/views/Home.vue
jnehlt/PAW-lab
fcffe9a06efadeb0dbd6fa80e7e6d5402a794bc1
[ "MIT" ]
1
2020-03-26T11:40:00.000Z
2020-03-26T11:40:00.000Z
<template> <div class="app"> <topheader></topheader> <projectheader></projectheader> <smallcards></smallcards> </div> </template> <script> // @ is an alias to /src // import TopHeader from "@/components/TopHeader.vue"; // import ProjectHeader from "@/components/ProjectHeader.vue"; import TopHeader f...
18.189873
86
0.651357
5d1e689494812079939b88b103b80b53aef574dd
1,910
vue
Vue
src/views/NotificationsPage.vue
mertturkmenoglu/vevericka-web-client
c5f6b3bc07cd587cee17a143c90ca1fd55863cdd
[ "MIT" ]
2
2020-10-15T15:39:59.000Z
2022-03-22T06:45:07.000Z
src/views/NotificationsPage.vue
mertturkmenoglu/vevericka-web-client
c5f6b3bc07cd587cee17a143c90ca1fd55863cdd
[ "MIT" ]
14
2021-04-05T19:29:47.000Z
2022-03-17T19:03:08.000Z
src/views/NotificationsPage.vue
mertturkmenoglu/vevericka-web-client
c5f6b3bc07cd587cee17a143c90ca1fd55863cdd
[ "MIT" ]
1
2020-10-15T15:40:00.000Z
2020-10-15T15:40:00.000Z
<template> <v-container> <v-btn text color="deep-orange" depressed tile> <h2 class="font-weight-light deep-orange--text">Notifications</h2> <v-icon color="deep-orange" right> mdi-bell-outline </v-icon> </v-btn> <div v-if="isLoading" class="text-center mt-2"> <v-progress-circular indeter...
27.681159
82
0.636649
d22c5da31e70d2bb03356e67f4562a20bf380a37
1,705
vue
Vue
src/components/Tutorial/WordSwipe/TutorialCard.vue
nathaliaesper/SwipesForScience-1
b33d10911d24d66bd6d7e3bd19c82b58c0f2d306
[ "Apache-2.0" ]
null
null
null
src/components/Tutorial/WordSwipe/TutorialCard.vue
nathaliaesper/SwipesForScience-1
b33d10911d24d66bd6d7e3bd19c82b58c0f2d306
[ "Apache-2.0" ]
null
null
null
src/components/Tutorial/WordSwipe/TutorialCard.vue
nathaliaesper/SwipesForScience-1
b33d10911d24d66bd6d7e3bd19c82b58c0f2d306
[ "Apache-2.0" ]
null
null
null
<template> <div> <h2 class="subheading">{{ title }}</h2> <p class="tutorial-instructions">{{ text }}</p> <div class="tutorial-card"> <div class="word-card"> {{ sampleId }} </div> <SwipeAnimation :class="{ 'swipe--left': value === 0, }" /> </div...
18.333333
52
0.574194
0f204cc3ed9ce6a4bafa7d7a6d8299304e815a13
1,263
vue
Vue
frontend/components/atoms/RequiredText.vue
n-creativesystem/rbns
c75c5020d15943ee2ed3215c9669fa3d9a0d8d72
[ "MIT" ]
null
null
null
frontend/components/atoms/RequiredText.vue
n-creativesystem/rbns
c75c5020d15943ee2ed3215c9669fa3d9a0d8d72
[ "MIT" ]
14
2021-07-19T10:20:35.000Z
2022-02-27T17:04:58.000Z
frontend/components/atoms/RequiredText.vue
n-creativesystem/rbns
c75c5020d15943ee2ed3215c9669fa3d9a0d8d72
[ "MIT" ]
1
2021-07-20T09:11:12.000Z
2021-07-20T09:11:12.000Z
<template> <n-text-field required outlined :rules="innerRules" :loading="loading" v-bind="$attrs" v-model="innverValue" v-on="$listeners" > <template v-slot:label> {{ $attrs.label }} <span class="red--text">*</span> </template> <template v-for="(slotContent, slotN...
19.430769
68
0.494062
f5766661370c2f662dc811bc9262dd218ab79634
2,310
vue
Vue
resources/assets/js/components/Converter.vue
phemzy/crypt
e627028d4419279cbe93d3c8011a05eb61cb6cdf
[ "MIT" ]
null
null
null
resources/assets/js/components/Converter.vue
phemzy/crypt
e627028d4419279cbe93d3c8011a05eb61cb6cdf
[ "MIT" ]
null
null
null
resources/assets/js/components/Converter.vue
phemzy/crypt
e627028d4419279cbe93d3c8011a05eb61cb6cdf
[ "MIT" ]
null
null
null
<template> <div class="block block-themed"> <div class="block-header bg-danger"> <ul class="block-options"> <li> <button type="button" data-toggle="block-option" data-action="content_toggle"></button> </li> </ul> <h3 class=...
27.5
132
0.479654
2273a3bb32bcfc7472073463a50a495ac4aa539d
4,771
vue
Vue
examples/demo20/src/treemap/App.vue
jasonwongX/kbone
d22be6ea02b90ec242345341e2c0520641cb8de9
[ "BSD-3-Clause" ]
2
2020-03-28T09:08:04.000Z
2020-04-23T08:46:24.000Z
examples/demo20/src/treemap/App.vue
AllenClg/kbone
ea818771abf546b0cd3b70a1aae4dc15c3e2e276
[ "BSD-3-Clause" ]
null
null
null
examples/demo20/src/treemap/App.vue
AllenClg/kbone
ea818771abf546b0cd3b70a1aae4dc15c3e2e276
[ "BSD-3-Clause" ]
1
2020-03-04T03:05:11.000Z
2020-03-04T03:05:11.000Z
<template> <div class="container"> <canvas ref="canvas" type="2d" :width="width" :height="height" > </canvas> </div> </template> <script> import echarts from 'echarts' import {getChart} from '../chart' const systemInfo = wx.getSystemInfoSync() export default { name: 'App', ...
24.848958
132
0.364913
62c497e4e20b336ec7683817fc3798123c81845b
4,065
vue
Vue
src/views/Layout/DashboardLayout.vue
skillnull/Vue-Cli3-CleanEmptyProject
dd883eeaa9a2d728f07fed49de8e6e4da8fa949e
[ "MIT" ]
1
2021-07-28T04:00:19.000Z
2021-07-28T04:00:19.000Z
src/views/Layout/DashboardLayout.vue
skillnull/Vue-Cli3-CleanEmptyProject
dd883eeaa9a2d728f07fed49de8e6e4da8fa949e
[ "MIT" ]
9
2021-03-18T03:06:48.000Z
2022-02-26T06:43:18.000Z
src/views/Layout/DashboardLayout.vue
skillnull/Vue-Cli3-CleanEmptyProject
dd883eeaa9a2d728f07fed49de8e6e4da8fa949e
[ "MIT" ]
null
null
null
<template> <div class="wrapper" :class="{ 'nav-open': $sidebar.showSidebar }"> <notifications></notifications> <side-bar> <mobile-menu slot="content"></mobile-menu> <el-menu background-color="transparent" class="el-menu-vertical" :default-openeds="defaultOpens" unique-opened>...
33.595041
123
0.431488
4d95536bb2146a9b2d47f3c20507d457c11f33c9
682
vue
Vue
frontend/src/components/Dashboad/totalizadores.vue
PetersonFonsec/Store-Manager
2d564e0d0678b4c13baff41349757cbb1726ca08
[ "Apache-2.0" ]
1
2019-11-15T18:54:16.000Z
2019-11-15T18:54:16.000Z
frontend/src/components/Dashboad/totalizadores.vue
PetersonFonsec/Store-Manager
2d564e0d0678b4c13baff41349757cbb1726ca08
[ "Apache-2.0" ]
33
2021-03-09T17:51:03.000Z
2022-03-06T14:23:17.000Z
frontend/src/components/Dashboad/totalizadores.vue
PetersonFonsec/Store-Manager
2d564e0d0678b4c13baff41349757cbb1726ca08
[ "Apache-2.0" ]
2
2021-08-28T09:19:54.000Z
2021-11-09T02:40:58.000Z
<template> <v-card class="totalizador" :style="`border-left: 3px solid ${color};`"> <strong> {{ titulo }} </strong> <span class="titulo"> {{ valor }} </span> <slot></slot> </v-card> </template> <script> export default { props: ['valor', 'titulo', 'color'] } </script> <...
20.666667
76
0.527859
f793035c71e17aab8f75cffd96f0ffee2a005efd
1,236
vue
Vue
src/views/govAffairs/property/notice/index.vue
zhanglong11/shequ
ec063c617153d813bcb763fb9deb380d1cc2f85e
[ "MIT" ]
null
null
null
src/views/govAffairs/property/notice/index.vue
zhanglong11/shequ
ec063c617153d813bcb763fb9deb380d1cc2f85e
[ "MIT" ]
null
null
null
src/views/govAffairs/property/notice/index.vue
zhanglong11/shequ
ec063c617153d813bcb763fb9deb380d1cc2f85e
[ "MIT" ]
null
null
null
<template> <div class="container"> <CommonNotice model="物业" :hasAdd="hasAdd" :hasEdit="hasEdit" :hasCheck="hasCheck" :hasDelete="hasDelete" :hasSubmitCheck="hasSubmitCheck" :hasToTopSet="hasToTopSet" :hasCancelPublic="hasCancelPublic" add-router-name="Property...
28.090909
81
0.677994
624e84a845484777804c4fe59adcefac16ec81bb
38,725
vue
Vue
resources/assets/js/pages/CompeteAcLeague.vue
jorgeluis28/Vue-laravel-esports
8c2da41781a223a3873ec61cbfc963fb2385f3e6
[ "MIT" ]
null
null
null
resources/assets/js/pages/CompeteAcLeague.vue
jorgeluis28/Vue-laravel-esports
8c2da41781a223a3873ec61cbfc963fb2385f3e6
[ "MIT" ]
null
null
null
resources/assets/js/pages/CompeteAcLeague.vue
jorgeluis28/Vue-laravel-esports
8c2da41781a223a3873ec61cbfc963fb2385f3e6
[ "MIT" ]
null
null
null
<template> <div class="vue-app-container"> <div class="container-fluid" style="padding: 0"> <div class="row"> <div class="col-md-12"> <div id="video_container1"> <div class="video-container"> <iframe title="Y...
63.797364
884
0.426288
acc870e2d6ae39bfd8fffe231278dd1aa8a3056f
2,103
vue
Vue
src/views/user/four.vue
Jahvey/mianyangVueProject
76a38505d4c044303c418c2d3de1f45d4d5913b3
[ "MIT" ]
1
2018-12-21T08:20:52.000Z
2018-12-21T08:20:52.000Z
src/views/user/four.vue
Jahvey/mianyangVueProject
76a38505d4c044303c418c2d3de1f45d4d5913b3
[ "MIT" ]
null
null
null
src/views/user/four.vue
Jahvey/mianyangVueProject
76a38505d4c044303c418c2d3de1f45d4d5913b3
[ "MIT" ]
null
null
null
<template> <mycsc-single-table :pageDef="pageDef" :entity="entity" @pageQuery="doPageQuery" > </mycsc-single-table> </template> <script> /*import MyCscSingleTable from '@/components/CscSingleTable/MyCscSingleTable' import { queryGradeInfo } from '@/api/grade'*/ export default { data() { ...
30.926471
98
0.492154
5a715668adc2cbb96bf9be2eaa9280011a28a457
737
vue
Vue
src/views/newAlbum.vue
jiazengp/music
1148e97cc4592016dd45548850c65e0f9e30c649
[ "MIT" ]
5
2022-01-30T10:11:37.000Z
2022-03-31T10:22:21.000Z
src/views/newAlbum.vue
jiazengp/music
1148e97cc4592016dd45548850c65e0f9e30c649
[ "MIT" ]
34
2022-01-30T10:15:41.000Z
2022-03-29T12:44:17.000Z
src/views/newAlbum.vue
jiazengp/music
1148e97cc4592016dd45548850c65e0f9e30c649
[ "MIT" ]
null
null
null
<template> <div class="newAlbum"> <h1>{{ $t('home.newAlbum') }}</h1> <div class="playlist-row"> <div class="playlists"> <CoverRow type="album" :items="albums" sub-text="artist" :show-play-button="true" /> </div> </div> </div> </template...
16.377778
39
0.50882
865daee54caedad35d68340405b51adacb4a2e45
1,278
vue
Vue
test/pages/modules/clipboard-event.vue
wyon/incubator-weex
fcd225f42b6647b27bd96e25cef344b7f1fd4bcf
[ "Apache-2.0" ]
3
2019-11-20T06:24:39.000Z
2019-11-20T06:55:03.000Z
test/pages/modules/clipboard-event.vue
wyon/incubator-weex
fcd225f42b6647b27bd96e25cef344b7f1fd4bcf
[ "Apache-2.0" ]
12
2019-07-09T05:55:28.000Z
2019-07-31T01:12:28.000Z
test/pages/modules/clipboard-event.vue
wyon/incubator-weex
fcd225f42b6647b27bd96e25cef344b7f1fd4bcf
[ "Apache-2.0" ]
5
2019-05-28T11:48:42.000Z
2020-05-15T07:31:55.000Z
<template> <div> <panel title = 'clipboard-event' :padding-body='0'> <div style='flex-direction:row'> <button class='mr-base' type="info" size="middle" value="setItem" @click.native="setItem"></button> <button class='mr-base' type="info" size="middle" value="getItem" @click.native="getItem"...
22.421053
107
0.550861
ca9576781a810f9aeb88508da6aee7c472753720
2,526
vue
Vue
src/components/controls/PlaybackControls.vue
et0and/apple-music-webplayer
c946a48a28aec6e4b05e23f7f17f9e6dd2724600
[ "MIT" ]
1
2019-10-11T09:42:51.000Z
2019-10-11T09:42:51.000Z
src/components/controls/PlaybackControls.vue
et0and/apple-music-webplayer
c946a48a28aec6e4b05e23f7f17f9e6dd2724600
[ "MIT" ]
null
null
null
src/components/controls/PlaybackControls.vue
et0and/apple-music-webplayer
c946a48a28aec6e4b05e23f7f17f9e6dd2724600
[ "MIT" ]
1
2019-10-11T09:42:56.000Z
2019-10-11T09:42:56.000Z
<template> <div class="playback-controls"> <b-button-group> <b-button variant="link" v-on:click="prev()" :disabled="[states.none].indexOf(playbackState) !== -1"> <i class="fa fa-backward" /> </b-button> <b-button variant="link" class="main" v-if="[states.loading, states.waiting, states.s...
29.034483
207
0.580364
e561835450c90f00ed98bbc0662fa598a6b5857b
726
vue
Vue
src/components/page/footer/Each.vue
LincZero/LcNavSite
1002b0e0ca1e5bffd5f63b9913c83f73fdac1317
[ "Apache-2.0" ]
null
null
null
src/components/page/footer/Each.vue
LincZero/LcNavSite
1002b0e0ca1e5bffd5f63b9913c83f73fdac1317
[ "Apache-2.0" ]
null
null
null
src/components/page/footer/Each.vue
LincZero/LcNavSite
1002b0e0ca1e5bffd5f63b9913c83f73fdac1317
[ "Apache-2.0" ]
null
null
null
<template> <div class="footereach"> <p> <span>“</span> {{eachData}} <span>”</span> </p> </div> </template> <script> let allData = [ "该网页用1080p/2k屏显示效果最佳 √", "该网页不专门对IE进行适配,开发调试使用FireFox、Google浏览器", "嫌网站内容不够多?快点左下角进群和大家一起进行内容补充吧!", "你真的不考虑一下给站长买杯饮料赞助一下吗?点击左侧进行赞助哟~", "Lc导航,搜索从未如此便...
17.285714
63
0.593664
c8611e03b0545080ce32d3eafed288556ac6b385
10,444
vue
Vue
src/public/components/add-accessory.vue
hap-server/hap-server
4562a5f1d8d4bf2a7a1216810187d8a084624ebd
[ "MIT" ]
10
2019-06-19T07:17:11.000Z
2021-11-03T19:37:02.000Z
src/public/components/add-accessory.vue
hap-server/hap-server
4562a5f1d8d4bf2a7a1216810187d8a084624ebd
[ "MIT" ]
3
2021-04-06T17:51:49.000Z
2022-03-23T05:28:36.000Z
src/public/components/add-accessory.vue
hap-server/hap-server
4562a5f1d8d4bf2a7a1216810187d8a084624ebd
[ "MIT" ]
null
null
null
<template> <panel ref="panel" class="add-accessory" @close="$emit('close')"> <div v-if="typeof accessory_setup_handler === 'number'"> <component :is="accessory_setup_component" :connection="accessory_setup_connection" :creating="creating" @accessory="config => create('accessory',...
45.606987
178
0.57612
2208980881c559199abfe8f8326fd132a442bfb8
12,358
vue
Vue
resources/js/components/mto/facultativos/FacultativoShow.vue
RicBM71/spafis
00278ce196fd08975e436637d9310339f0fb168d
[ "MIT" ]
null
null
null
resources/js/components/mto/facultativos/FacultativoShow.vue
RicBM71/spafis
00278ce196fd08975e436637d9310339f0fb168d
[ "MIT" ]
null
null
null
resources/js/components/mto/facultativos/FacultativoShow.vue
RicBM71/spafis
00278ce196fd08975e436637d9310339f0fb168d
[ "MIT" ]
null
null
null
<template> <div> <loading :show_loading="loading"></loading> <v-card> <v-card-title color="indigo"> <h2 color="indigo">{{titulo}}</h2> <v-spacer></v-spacer> <menu-ope :id="facultativo.id"></menu-ope> </v-card-title> </v-car...
36.670623
126
0.250445
c463b21d7b21e47eb8d23cadb5b39664c2678aa5
2,294
vue
Vue
src/graphics/helpers/text-fit.vue
Derpspace1/restream-layouts
de4b10c61c82a5e7a43f8c3e3ada472d8ed94df7
[ "MIT" ]
null
null
null
src/graphics/helpers/text-fit.vue
Derpspace1/restream-layouts
de4b10c61c82a5e7a43f8c3e3ada472d8ed94df7
[ "MIT" ]
null
null
null
src/graphics/helpers/text-fit.vue
Derpspace1/restream-layouts
de4b10c61c82a5e7a43f8c3e3ada472d8ed94df7
[ "MIT" ]
1
2022-03-05T03:21:59.000Z
2022-03-05T03:21:59.000Z
<template> <div id="TextContainer"> <div id="FittedTextContent" :style="{transform, top}">{{text}}</div> </div> </template> <script lang="ts"> import { Component, Vue, Watch, Prop } from "vue-property-decorator"; // stub cause fonts isn't known declare namespace document { const fonts: any; } @Co...
29.410256
96
0.514385
bf25f18f772e1ea32e30e7439d4766c8d9259d9b
2,027
vue
Vue
src/views/Home.vue
eugsun/covid19
bed38a07da06d72f83151d1d8217a6b8976dfd16
[ "MIT" ]
null
null
null
src/views/Home.vue
eugsun/covid19
bed38a07da06d72f83151d1d8217a6b8976dfd16
[ "MIT" ]
11
2020-08-29T18:46:25.000Z
2022-02-27T03:36:46.000Z
src/views/Home.vue
eugsun/covid19
bed38a07da06d72f83151d1d8217a6b8976dfd16
[ "MIT" ]
null
null
null
<template> <div id="home" v-if="ready"> <Dashboard :key="dashKey" /> <Chart :chart-type="chartType" :active-states="activeStates" :key="chartKey" /> <footer class="footer"> <div class="container"> <p>By <a href="https://twitter.com/eugsun">@eugsun</a></p> ...
36.196429
155
0.585594
588b8db6b7de2ff1541afb55e99df185623ecb14
404
vue
Vue
resources/js/pages/Dashboard.vue
permatis/laravueblog
0da104bdebfcbc3bdfd22f8f9497b9095b273f31
[ "MIT" ]
null
null
null
resources/js/pages/Dashboard.vue
permatis/laravueblog
0da104bdebfcbc3bdfd22f8f9497b9095b273f31
[ "MIT" ]
5
2021-02-02T19:46:12.000Z
2022-02-27T07:00:24.000Z
resources/js/pages/Dashboard.vue
permatis/laravueblog
0da104bdebfcbc3bdfd22f8f9497b9095b273f31
[ "MIT" ]
null
null
null
<template> <div class=""> <h1>Halaman Dashboard</h1> <p>Hello {{ $route.params.username }} </p> </div> </template> <script> export default { data() { return { login: false } }, created() { if(!this.$route.params.isLogin) { this.$router.push({ path: '/' }) this.$emit('login', !...
16.833333
44
0.532178
a41c132ea33466327249864a56c0e33edc451933
2,016
vue
Vue
src/views/applications/DatabaseAppList.vue
liuruibin/lina
beea54c786e5c6fa856c02b14c4e53c082f9235b
[ "MIT" ]
null
null
null
src/views/applications/DatabaseAppList.vue
liuruibin/lina
beea54c786e5c6fa856c02b14c4e53c082f9235b
[ "MIT" ]
null
null
null
src/views/applications/DatabaseAppList.vue
liuruibin/lina
beea54c786e5c6fa856c02b14c4e53c082f9235b
[ "MIT" ]
null
null
null
<template> <GenericListPage :table-config="tableConfig" :header-actions="headerActions" /> </template> <script> import { GenericListPage } from '@/layout/components' import { DetailFormatter, ActionsFormatter } from '@/components/ListTable/formatters/index' export default { components: { GenericListPage }, ...
24.585366
91
0.46627
d9ed69e0c50d7f308378d5bfbdc9d6195771779e
674
vue
Vue
client/src/components/concept/Description.vue
endeavourhealth-discovery/IMQuery
0149f411792b26b97889af008d097d7beec19bc7
[ "Apache-2.0" ]
1
2022-03-19T16:55:58.000Z
2022-03-19T16:55:58.000Z
client/src/components/concept/Description.vue
endeavourhealth-discovery/IMQuery
0149f411792b26b97889af008d097d7beec19bc7
[ "Apache-2.0" ]
null
null
null
client/src/components/concept/Description.vue
endeavourhealth-discovery/IMQuery
0149f411792b26b97889af008d097d7beec19bc7
[ "Apache-2.0" ]
null
null
null
<template> <ScrollPanel style="height: 100px" class="custom"> <!-- div content injected by javascript --> <div id="description"></div> </ScrollPanel> </template> <script lang="ts"> import { defineComponent } from "@vue/runtime-core"; export default defineComponent({ name: "Description", components: {}...
19.257143
67
0.606825
8c76c3a0764c616d197a7954a0e84d9fc513a9c9
6,644
vue
Vue
components/template/product/shopList.vue
aishen1874nzch0f/DataReply
ccbb7418b42799a62d23670fcbb652b69b807fd5
[ "Apache-2.0" ]
null
null
null
components/template/product/shopList.vue
aishen1874nzch0f/DataReply
ccbb7418b42799a62d23670fcbb652b69b807fd5
[ "Apache-2.0" ]
null
null
null
components/template/product/shopList.vue
aishen1874nzch0f/DataReply
ccbb7418b42799a62d23670fcbb652b69b807fd5
[ "Apache-2.0" ]
null
null
null
<template> <view class="uni-product-list tui" v-if="productList.length"> <view class="uni-product-item tui-item" hover-class="uni-list-cell-hover" v-for="(product,index) in productList" :key="index"> <view class="" style="padding: 8upx;background: #FFFFFF;border-radius: 5px;"> ...
30.063348
145
0.438441
92ec519119572071ca13af95f6ed7673ac045049
3,015
vue
Vue
src/panels/network/NetworkRequest.vue
whinc/chrome-console
207247e3144ccbcab19cb3bd74d996eb2461c4c4
[ "MIT" ]
173
2019-03-01T04:29:56.000Z
2022-02-19T16:28:05.000Z
src/panels/network/NetworkRequest.vue
whinc/chrome-console
207247e3144ccbcab19cb3bd74d996eb2461c4c4
[ "MIT" ]
12
2019-03-01T08:01:08.000Z
2022-02-27T21:22:55.000Z
src/panels/network/NetworkRequest.vue
whinc/chrome-console
207247e3144ccbcab19cb3bd74d996eb2461c4c4
[ "MIT" ]
13
2019-03-07T09:18:28.000Z
2021-09-21T12:37:42.000Z
<template> <div class="request"> <div class="row" @click="$emit('click')" :class="{selected: isSelected, even: isEven, error: isStatusError(requestInfo)}"> <span class="cell cell--long" :style="{'max-width': `${4/6*100}vw`}">{{requestInfo.url}}</span> <span class="cell">{{requestInfo.method}}</span> ...
23.740157
126
0.580431
ab53627523c7519bec139216b83034338a5e972e
2,435
vue
Vue
resources/js/components/resource/resource-board.vue
mjbaga/my-old-planner-laravel-vue
dafbdb36f389ea8519e9f8dae6e23d258f96205a
[ "MIT" ]
null
null
null
resources/js/components/resource/resource-board.vue
mjbaga/my-old-planner-laravel-vue
dafbdb36f389ea8519e9f8dae6e23d258f96205a
[ "MIT" ]
null
null
null
resources/js/components/resource/resource-board.vue
mjbaga/my-old-planner-laravel-vue
dafbdb36f389ea8519e9f8dae6e23d258f96205a
[ "MIT" ]
null
null
null
<template lang="pug"> .resource-board .filter .row .col-md-3 form.filter-form input(type="hidden", name="title_id", :value="title_id.id") v-select(label="title" :options="titles" @input="setSelected" placeholder="All") .col-md-9 ul.legend li .color-box .color.lig...
19.959016
95
0.553593
d8945e69ca91dbf42bebd739e8a9564c70cb18da
1,563
vue
Vue
src/components/FuModal.vue
vovchisko/fu-kit
d8888cbf113a5a69e41be639d913f39ef460208f
[ "MIT" ]
2
2021-10-11T08:50:41.000Z
2021-10-13T21:14:50.000Z
src/components/FuModal.vue
vovchisko/fu-kit
d8888cbf113a5a69e41be639d913f39ef460208f
[ "MIT" ]
null
null
null
src/components/FuModal.vue
vovchisko/fu-kit
d8888cbf113a5a69e41be639d913f39ef460208f
[ "MIT" ]
null
null
null
<template> <div class="fu-modal" :class="{'_shown':isOpen}" @click.self="$emit('close')"> <transition name="bounce"> <div class="fu-modal_window" v-if="isOpen"> <slot /> </div> </transition> </div> </template> <script> export default { name: 'fu-modal', emits: [ 'close' ], props: ...
18.607143
80
0.622521
a9fa7a92f7ec5ca53e29491c4153d958b0db061c
10,735
vue
Vue
app/tetris/player.vue
lucianmurmurache/Vuetris
edfc8aa08cb7d87c092a52689ab8baec0060b6c6
[ "MIT" ]
null
null
null
app/tetris/player.vue
lucianmurmurache/Vuetris
edfc8aa08cb7d87c092a52689ab8baec0060b6c6
[ "MIT" ]
null
null
null
app/tetris/player.vue
lucianmurmurache/Vuetris
edfc8aa08cb7d87c092a52689ab8baec0060b6c6
[ "MIT" ]
1
2022-02-11T17:29:54.000Z
2022-02-11T17:29:54.000Z
<template> <div class="player"> <div :style="{ height: height * cellSize + 'px', width: width * cellSize + 'px', }" class="game" > <ground :stage="stage" ref="ground" class="ground" @clearRow="clearRow" @clearAll="clearAll" ...
25.681818
75
0.533302
25d214c4557e787b3318d4a51a5e89c12a8df05e
6,177
vue
Vue
components/global/frontPage/ServiceSlider/ServiceSlider.vue
karapv/comfort-center
55309eb4ddbb1dc01422748569b94aa5bc7f1ce1
[ "MIT" ]
null
null
null
components/global/frontPage/ServiceSlider/ServiceSlider.vue
karapv/comfort-center
55309eb4ddbb1dc01422748569b94aa5bc7f1ce1
[ "MIT" ]
null
null
null
components/global/frontPage/ServiceSlider/ServiceSlider.vue
karapv/comfort-center
55309eb4ddbb1dc01422748569b94aa5bc7f1ce1
[ "MIT" ]
null
null
null
<template> <section class="serviceSlider-section"> <div class="container serviceSlider-section-container"> <h2 class="title-section serviceSlider-section__title" v-show="serviceData.title">{{ serviceData.title }}</h2> </div> <ul class="tabNav" v-show="sliderTab"> <l...
51.907563
219
0.527764
51b861c492c5c8851152b4ce319767d042efc586
517
vue
Vue
src/views/home/Home.vue
akumans/VueTravel
f48ce0ca5b828fc38e304071f5a8bf9759d95f2c
[ "MIT" ]
null
null
null
src/views/home/Home.vue
akumans/VueTravel
f48ce0ca5b828fc38e304071f5a8bf9759d95f2c
[ "MIT" ]
null
null
null
src/views/home/Home.vue
akumans/VueTravel
f48ce0ca5b828fc38e304071f5a8bf9759d95f2c
[ "MIT" ]
null
null
null
<!-- 首页 --> <template> <div> <home-header></home-header> <home-swiper></home-swiper> <home-icon></home-icon> </div> </template> <script> import HomeHeader from './components/HomeHeader' import HomeSwiper from './components/HomeSwiper' import HomeIcon from './components/HomeIcon' export default { name...
14.361111
48
0.615087
6e80120477e393dfda74631c8e9fcd6eb67bb622
277
vue
Vue
vue/src/components/Card.vue
brenoeddye/TeleViewCare
3cb5936564e18cb40f88b004b7cf230c87915ef7
[ "Apache-2.0" ]
null
null
null
vue/src/components/Card.vue
brenoeddye/TeleViewCare
3cb5936564e18cb40f88b004b7cf230c87915ef7
[ "Apache-2.0" ]
null
null
null
vue/src/components/Card.vue
brenoeddye/TeleViewCare
3cb5936564e18cb40f88b004b7cf230c87915ef7
[ "Apache-2.0" ]
null
null
null
<template> <div :class="'card ' + type"> <h3>{{ title }}</h3> <icon><i :class="icon"></i></icon> </div> </template> <script> export default { name: "cardComp", props: { title: String, icon: String, type: String } } </script>
16.294118
40
0.490975
ba3d069ec237ff34b90f4fda5318a0fa0446532c
459
vue
Vue
gekko-front/pages/demo/slot.vue
xloud-net/gekko
96de732748f5a41b3a2db0c05a3a874f87b72830
[ "Apache-2.0" ]
null
null
null
gekko-front/pages/demo/slot.vue
xloud-net/gekko
96de732748f5a41b3a2db0c05a3a874f87b72830
[ "Apache-2.0" ]
1
2020-05-08T05:29:46.000Z
2020-05-08T05:29:46.000Z
gekko-front/pages/demo/slot.vue
xloud-net/gekko
96de732748f5a41b3a2db0c05a3a874f87b72830
[ "Apache-2.0" ]
null
null
null
<template ><v-layout> <v-flex xs12 sm6 offset-sm3> <MyMessageBox> <template #title> Slot Example </template> <template #contents> This message is injecting from page to component. </template> </MyMessageBox> </v-flex> </v-layout> </template> <s...
19.956522
59
0.603486
30626a10013dc4f6b2b076249bec954744953a8e
6,531
vue
Vue
src/components/Partners.vue
stackaccount1/zksync-docs
0b5f6a46365aa31578a9709813f4872fc33e00d8
[ "MIT" ]
null
null
null
src/components/Partners.vue
stackaccount1/zksync-docs
0b5f6a46365aa31578a9709813f4872fc33e00d8
[ "MIT" ]
null
null
null
src/components/Partners.vue
stackaccount1/zksync-docs
0b5f6a46365aa31578a9709813f4872fc33e00d8
[ "MIT" ]
null
null
null
<template> <div id="partners" class="_padding-y-2 _margin-bottom-0 _margin-top-2"> <i-container> <div class="h2" data-aos="fade-up" data-aos-delay="100" data-aos-duration="1200"> A growing <emphasis brand-name="" :show-logo="true"/> movement </div> <div class="subheaderTe...
29.15625
177
0.486296
96de6fca025a17911d77113e9ea5e0f72776ae60
1,224
vue
Vue
resources/js/Board.vue
yonastek/laravello
b46b1ac11a899201d42c52cf679960908f2a3f97
[ "MIT" ]
null
null
null
resources/js/Board.vue
yonastek/laravello
b46b1ac11a899201d42c52cf679960908f2a3f97
[ "MIT" ]
null
null
null
resources/js/Board.vue
yonastek/laravello
b46b1ac11a899201d42c52cf679960908f2a3f97
[ "MIT" ]
null
null
null
<template> <div class="h-full flex flex-col items-stretch bg-purple-500"> <div class=" header text-white flex justify-between items-center mb-2 bg-purple-700 " > <div class="ml-3 w-1/3">X</div> <div class="text-lg opacity-50 curso...
23.09434
79
0.555556
006c7e95707c5188083a0ea33ff5b1a659687863
1,231
vue
Vue
src/views/profile/childComponent/CouponInfo.vue
coderBigOrange/justbuy
bc4d091087a95b7d6b38f49999880efb53c810ad
[ "MIT" ]
5
2021-05-24T07:24:52.000Z
2022-02-12T16:56:04.000Z
src/views/profile/childComponent/CouponInfo.vue
coderBigOrange/justbuy
bc4d091087a95b7d6b38f49999880efb53c810ad
[ "MIT" ]
null
null
null
src/views/profile/childComponent/CouponInfo.vue
coderBigOrange/justbuy
bc4d091087a95b7d6b38f49999880efb53c810ad
[ "MIT" ]
1
2021-05-28T15:57:27.000Z
2021-05-28T15:57:27.000Z
<template> <div class="coupon_info"> <div class="assets_item" v-for="(item, index) in getAssetsInfo" :key="index"><div>{{item.num}}</div><span>{{item.name}}</span></div> <div class="assets_all"><div><img src="~assets/image/profile/my_assets.png"></div><span>我的资产</span></div> </div> </template> <script> e...
21.596491
136
0.532088
a8553a92a997522220a39e1461c04cb81a04753c
322
vue
Vue
src/renderer/layouts/default.vue
takumura/tambourine
62e771462c4e32edea4a03bc6123188d3dfeddb0
[ "MIT" ]
null
null
null
src/renderer/layouts/default.vue
takumura/tambourine
62e771462c4e32edea4a03bc6123188d3dfeddb0
[ "MIT" ]
null
null
null
src/renderer/layouts/default.vue
takumura/tambourine
62e771462c4e32edea4a03bc6123188d3dfeddb0
[ "MIT" ]
null
null
null
<template> <v-app dark> <v-main> <navigation-header /> <navigation-sidebar /> <v-container> <active-task class="py-4"></active-task> <nuxt /> </v-container> </v-main> </v-app> </template> <script lang="ts"> import Vue from 'vue' export default Vue.extend({}) </script...
17.888889
48
0.555901
cf5c25dd8475468a0656044e31d69217e35d1729
6,631
vue
Vue
src/views/technology/info/components/TechnologyInfoDialog.vue
yanghaox/manufacturing-execution-system
8246a26461b4d56e2f15574a73037aa7edcca97f
[ "MIT" ]
1
2021-09-29T08:28:02.000Z
2021-09-29T08:28:02.000Z
src/views/technology/info/components/TechnologyInfoDialog.vue
yanghaox/manufacturing-execution-system
8246a26461b4d56e2f15574a73037aa7edcca97f
[ "MIT" ]
null
null
null
src/views/technology/info/components/TechnologyInfoDialog.vue
yanghaox/manufacturing-execution-system
8246a26461b4d56e2f15574a73037aa7edcca97f
[ "MIT" ]
null
null
null
<template> <div class="technology-info-dialog"> <el-dialog :title="`${TITLE_MAP.get(technologyInfoType)}工艺`" width="480px" :visible.sync="visible" :close-on-click-modal="false"> <plk-form ref="technologyInfoForm" :option-value="technologyInfoForm" :options="technologyInfoFormItems" ...
28.337607
180
0.582718
ece76744d91543f714f8d9c70cd303acb1b6658b
1,947
vue
Vue
unichat/vue-virtual-stream-master/src/components/Item.vue
MaxvandenHout/allcode
e965b8f7acd5f69938946a4d7c33c395ff52b81c
[ "Apache-2.0" ]
17
2019-02-23T19:25:45.000Z
2020-12-16T19:43:48.000Z
src/components/Item.vue
wuerthcs/vue-virtual-stream
9cb58f178e4f0994017b693a6ba8d4bbb4b7a745
[ "MIT" ]
1
2019-01-18T14:20:37.000Z
2019-01-18T14:20:37.000Z
src/components/Item.vue
wuerthcs/vue-virtual-stream
9cb58f178e4f0994017b693a6ba8d4bbb4b7a745
[ "MIT" ]
2
2019-02-22T13:17:33.000Z
2020-06-26T07:34:07.000Z
<template> <div class="VirtualStream__Item" ref="item" :style="styles" data-id="id"> <slot /> </div> </template> <script> import ResizeObserver from 'resize-observer-polyfill' export default { data() { return { dimension: null, } }, props: { id: { ...
25.96
101
0.424242
5e359cfd737cc5b2951886b76c5d8c2cb8863310
751
vue
Vue
pages/index.vue
yasminzy/tokodiba
826ac869981d9f8744ca123e1631625732cd8707
[ "MIT" ]
1
2018-03-28T03:05:29.000Z
2018-03-28T03:05:29.000Z
pages/index.vue
yasminzy/tokodiba
826ac869981d9f8744ca123e1631625732cd8707
[ "MIT" ]
3
2021-03-08T18:32:42.000Z
2022-02-10T17:07:49.000Z
pages/index.vue
yasminzy/tokodiba
826ac869981d9f8744ca123e1631625732cd8707
[ "MIT" ]
1
2018-03-17T17:11:54.000Z
2018-03-17T17:11:54.000Z
<template> <div> <HomeHeader /> <HomeTicket /> <HomePhoneCredit /> <HomePpob /> <HomeTopup /> <HomeTestimonials /> <HomeStatistics /> </div> </template> <script> import HomeHeader from "@/components/home-header"; import HomePhoneCredit from "@/components/home-phone-credit"; import HomeP...
22.088235
62
0.699068
355eeee71088808c1c06ab0c24b8a38ac149390f
1,553
vue
Vue
src/components/demo-component-treeview.vue
ruleenginejs/ruleengine-ui-demo
5e5a1c5cb3160ae261f105377f9b1191f8739642
[ "MIT" ]
null
null
null
src/components/demo-component-treeview.vue
ruleenginejs/ruleengine-ui-demo
5e5a1c5cb3160ae261f105377f9b1191f8739642
[ "MIT" ]
null
null
null
src/components/demo-component-treeview.vue
ruleenginejs/ruleengine-ui-demo
5e5a1c5cb3160ae261f105377f9b1191f8739642
[ "MIT" ]
null
null
null
<template> <h2>Treeview</h2> <p>Display a set of data with hierarchies.</p> <h3>Basic Usage</h3> <demo-block> <v-treeview :items="items" /> <template #code> <demo-code name="treeview_basic_usage_html" /> </template> </demo-block> </template> <script> import { reactive } from "vue"; export...
20.706667
52
0.39472
5a1b59cabac0ee0a4a294c0d1c83e4bd3c1f258f
3,202
vue
Vue
src/pages/components/hr/archives-person-details/person/details/entry.vue
1040128600/OfficeAssitant
398d6c8d8b7e8b987db907e6d7331cf617ce33ec
[ "MIT" ]
2
2020-06-23T01:59:52.000Z
2021-06-01T02:49:28.000Z
src/pages/components/hr/archives-person-details/person/details/entry.vue
1040128600/OfficeAssitant
398d6c8d8b7e8b987db907e6d7331cf617ce33ec
[ "MIT" ]
null
null
null
src/pages/components/hr/archives-person-details/person/details/entry.vue
1040128600/OfficeAssitant
398d6c8d8b7e8b987db907e6d7331cf617ce33ec
[ "MIT" ]
1
2021-06-01T02:49:31.000Z
2021-06-01T02:49:31.000Z
<template> <div class="v-hr-archives-person-details-person-details-entry"> <oa-title title="基本信息" class="_title"/> <div class="_content"> <oa-item label="民族" >{{ entryData.nation_name }}</oa-item> <oa-item label="婚否" >{{ entryData.is_married }}</oa-item> <oa-item label="招商银行卡号" >{{ entryData.bank }}</oa-i...
29.376147
78
0.634603
b634c93bfc828e97322add8e142f74d77259a24f
2,063
vue
Vue
bpmn-web/web/src/views/schema/transform/SchemaNode.vue
mqjd/bpmn-universal
d5248a7b515392cebe80a36e8cccfcbc11a4550e
[ "MIT" ]
null
null
null
bpmn-web/web/src/views/schema/transform/SchemaNode.vue
mqjd/bpmn-universal
d5248a7b515392cebe80a36e8cccfcbc11a4550e
[ "MIT" ]
null
null
null
bpmn-web/web/src/views/schema/transform/SchemaNode.vue
mqjd/bpmn-universal
d5248a7b515392cebe80a36e8cccfcbc11a4550e
[ "MIT" ]
null
null
null
<template> <span class="tree-node-content" @dragstart="dragStart"> <el-tooltip :content="node.label" :show-after="300"> <span> <span class="tree-node-text">{{ data.$key }}</span> <span class="tree-node-type"> {{ nodeType }} </span> </span> </el-tooltip> <el-bu...
22.67033
79
0.592341
4428eb962187a75094b19ce85802ee7933d6bdbe
1,806
vue
Vue
vue-base/src/views/demo/TestAes.vue
dym270307872/outman-vue
cfea8e90c382364f4db6356f46061201db6484af
[ "Apache-2.0" ]
null
null
null
vue-base/src/views/demo/TestAes.vue
dym270307872/outman-vue
cfea8e90c382364f4db6356f46061201db6484af
[ "Apache-2.0" ]
28
2019-09-26T13:31:54.000Z
2022-02-26T18:17:40.000Z
vue-base/src/views/demo/TestAes.vue
dym270307872/outman-vue
cfea8e90c382364f4db6356f46061201db6484af
[ "Apache-2.0" ]
null
null
null
<template> <div> <button @click="encrypt">加密</button> <button @click="decrypt">解密</button> </br> 原始明文: <textarea style="width: 100%;height: 150px;" v-model="text"></textarea> 秘钥: <textarea style="width: 100%;height: 30px;" v-model="key"></textarea> 本地密文 <textarea style="width: 100%...
26.955224
78
0.550388
01d69621d6fc18fea02ca828ebd87f36e3c1192b
6,821
vue
Vue
resources/js/components/Register.vue
mohammadfarjam/laraVue
0fa2aeac6a4045900e69d4ae3f65fdb99e545942
[ "MIT" ]
null
null
null
resources/js/components/Register.vue
mohammadfarjam/laraVue
0fa2aeac6a4045900e69d4ae3f65fdb99e545942
[ "MIT" ]
null
null
null
resources/js/components/Register.vue
mohammadfarjam/laraVue
0fa2aeac6a4045900e69d4ae3f65fdb99e545942
[ "MIT" ]
null
null
null
<template> <div> <Layout /> <div class="d-flex flex-row"> <div class="col-lg-6 p-0 d_mobile"> <section class="side"> <img src="/image/img.svg" alt=""/> </section> </div> <!-- col-lg-6--> <div ...
35.341969
121
0.382495
9985d5de5d93d2781f63e355cea9d260279e6937
2,240
vue
Vue
demos/Vue.js/heatmap/inversedaxis/App.vue
TaffyBlog/jQWidgets
9bdd5508d3b296c3b66637f7187c1e83ffdea0aa
[ "Unlicense" ]
327
2015-05-22T12:34:26.000Z
2022-02-15T04:45:39.000Z
demos/Vue.js/heatmap/inversedaxis/App.vue
TaffyBlog/jQWidgets
9bdd5508d3b296c3b66637f7187c1e83ffdea0aa
[ "Unlicense" ]
484
2015-05-05T10:41:08.000Z
2022-03-29T17:53:58.000Z
demos/Vue.js/heatmap/inversedaxis/App.vue
TaffyBlog/jQWidgets
9bdd5508d3b296c3b66637f7187c1e83ffdea0aa
[ "Unlicense" ]
169
2015-05-18T14:10:29.000Z
2021-11-06T07:25:11.000Z
<template> <div id="container"> <JqxHeatMap ref="myHeatMap" :source="source" :xAxis="xAxis" :yAxis="yAxis" :title="title"></JqxHeatMap> <div class="options"> <JqxCheckBox @change="onCheckedXAxis($event)" :width="170" :height="25" :checked="true" >Reverse X-Axis Ori...
21.538462
107
0.517857
c4092a753e3959d52c8d261cbff03403294a8d4b
5,289
vue
Vue
vuepress-test/node_modules/shopee-ui/src/popper/popper.vue
Luoyangs/mavonEditor
1d57d0575ca8381143d2f8dafbe3c625588d3758
[ "MIT" ]
null
null
null
vuepress-test/node_modules/shopee-ui/src/popper/popper.vue
Luoyangs/mavonEditor
1d57d0575ca8381143d2f8dafbe3c625588d3758
[ "MIT" ]
null
null
null
vuepress-test/node_modules/shopee-ui/src/popper/popper.vue
Luoyangs/mavonEditor
1d57d0575ca8381143d2f8dafbe3c625588d3758
[ "MIT" ]
null
null
null
<template> <transition :name="transitionName"> <div class="shopee-popper" v-show="visible"><slot></slot></div> </transition> </template> <script> import PopperJS from 'popper.js'; import PopupManager from './popup-manager'; import { PLACEMENTS } from 'shopee-ui/lib/base'; const stopPropagation = e => e.stopPro...
27.691099
139
0.544337