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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99cb0f4740e52fd2f8af4b6719f987f42a6e78ef | 512 | vue | Vue | components/LayoutTemplate/default.vue | deokgoo/nuxtjs-time-table | e745de08a9d65c9c34ad72069f9933f78ef15cd9 | [
"MIT"
] | null | null | null | components/LayoutTemplate/default.vue | deokgoo/nuxtjs-time-table | e745de08a9d65c9c34ad72069f9933f78ef15cd9 | [
"MIT"
] | null | null | null | components/LayoutTemplate/default.vue | deokgoo/nuxtjs-time-table | e745de08a9d65c9c34ad72069f9933f78ef15cd9 | [
"MIT"
] | null | null | null | <template>
<v-card flat tile>
<v-toolbar color="cyan" dark>
<v-app-bar-nav-icon></v-app-bar-nav-icon>
<v-toolbar-title>
<slot name="title"> Fallback Title </slot>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-btn icon>
<v-icon>mdi-magnify</v-icon>
</v-btn>
</v... | 21.333333 | 50 | 0.578125 |
e4407b817403d3ed6095bc94e0d2dded90ccc2cd | 737 | vue | Vue | vue/src/components/Aside.vue | huzirun/bc-cov | acd132a5c6c613c2f427bf264bd7c8f50eb2fba8 | [
"MIT"
] | null | null | null | vue/src/components/Aside.vue | huzirun/bc-cov | acd132a5c6c613c2f427bf264bd7c8f50eb2fba8 | [
"MIT"
] | null | null | null | vue/src/components/Aside.vue | huzirun/bc-cov | acd132a5c6c613c2f427bf264bd7c8f50eb2fba8 | [
"MIT"
] | null | null | null | <template>
<div>
<el-menu
style="width: 200px; min-height: calc(100vh - 50px)"
:default-active="$route.path"
router
>
<div v-for="m in user.permissions" :key="m.id">
<el-menu-item :index="m.path" v-if="m.name !== 'Person' && m.name !== 'Password' ">
<i :class="... | 17.139535 | 91 | 0.502035 |
fae5147f7f9f7870b6b17804fb6996e6c528b6d1 | 257 | vue | Vue | examples/views/SearchForm.vue | MZ8023/Element-pro | 873aa646081c170606fd1bb80c4855020f8ae063 | [
"MIT"
] | 1 | 2021-11-25T08:34:37.000Z | 2021-11-25T08:34:37.000Z | examples/views/SearchForm.vue | MarsXH/Element-pro | 873aa646081c170606fd1bb80c4855020f8ae063 | [
"MIT"
] | null | null | null | examples/views/SearchForm.vue | MarsXH/Element-pro | 873aa646081c170606fd1bb80c4855020f8ae063 | [
"MIT"
] | null | null | null | <template>
<div class="ep-search-form">
<el-card
class="box-card"
header="示例"
style="margin-bottom: 24px;">
EpSearchForm
</el-card>
</div>
</template>
<script>
export default {
name: 'EpSearchForm'
};
</script>
| 15.117647 | 35 | 0.564202 |
d4b209283f1ede05f33daedf2c2d207655f79161 | 7,328 | vue | Vue | src/components/common/update-live-goods-name/Index.vue | dajiza/mall-manage-pc | cd21f08d921061c18f90de4d183543e88a1fd345 | [
"MIT"
] | null | null | null | src/components/common/update-live-goods-name/Index.vue | dajiza/mall-manage-pc | cd21f08d921061c18f90de4d183543e88a1fd345 | [
"MIT"
] | null | null | null | src/components/common/update-live-goods-name/Index.vue | dajiza/mall-manage-pc | cd21f08d921061c18f90de4d183543e88a1fd345 | [
"MIT"
] | null | null | null | <template>
<div>
<el-dialog
title="请修改以下商品名称,要求6~28个字符(ps:1个汉字占两个字符)"
custom-class="update-dialog"
:visible.sync="isShow"
width="828px"
:destroy-on-close="true"
:close-on-click-modal="false"
:clos... | 35.062201 | 162 | 0.427265 |
8e6d36d3eace95977896b5fd598dc60dc21b5936 | 5,700 | vue | Vue | src/modules/map/components/DrawToolbar.vue | fairventures-worldwide/treeo_admin | f8e55d1e9b1a1edfb400ffdae8c7e5172210fe3b | [
"Apache-2.0"
] | null | null | null | src/modules/map/components/DrawToolbar.vue | fairventures-worldwide/treeo_admin | f8e55d1e9b1a1edfb400ffdae8c7e5172210fe3b | [
"Apache-2.0"
] | 1 | 2022-02-28T01:40:07.000Z | 2022-02-28T01:40:07.000Z | src/modules/map/components/DrawToolbar.vue | fairventures-worldwide/treeo_admin | f8e55d1e9b1a1edfb400ffdae8c7e5172210fe3b | [
"Apache-2.0"
] | 2 | 2019-10-31T17:56:27.000Z | 2020-01-21T13:06:05.000Z | <template>
<v-card v-if="plot">
<v-toolbar color="white" flat>
<template v-if="modified">
<v-btn color="white" @click="cancel">Cancel</v-btn>
<v-spacer />
<v-btn color="white" @click="discard">Discard</v-btn>
<v-btn color="primary" @click="save">Save</v-btn>
</templat... | 22.440945 | 94 | 0.520877 |
c59d3843249415613c2a40bcfb5e5a460148687c | 601 | vue | Vue | web/src/App.vue | OpenBankingUK/conformance-suite | 15ff1fefa2276d168fa45cfc195878860582c913 | [
"MIT"
] | null | null | null | web/src/App.vue | OpenBankingUK/conformance-suite | 15ff1fefa2276d168fa45cfc195878860582c913 | [
"MIT"
] | null | null | null | web/src/App.vue | OpenBankingUK/conformance-suite | 15ff1fefa2276d168fa45cfc195878860582c913 | [
"MIT"
] | null | null | null | <template>
<div
id="app"
class="d-flex flex-column app">
<div class="header-section">
<TheHeader/>
</div>
<div class="d-flex flex-column flex-fill">
<router-view class="d-flex flex-column flex-fill"/>
</div>
</div>
</template>
<script>
import TheHeader from './components/TheHead... | 16.243243 | 57 | 0.610649 |
bdfbe93abc3e16febee2fb87ec50b254ddcc69f4 | 4,856 | vue | Vue | frontend/src/views/register/Register.vue | zxqdm/blog | 5485fec450d53939a0f2fe05f7df294a6e88eed0 | [
"MIT"
] | null | null | null | frontend/src/views/register/Register.vue | zxqdm/blog | 5485fec450d53939a0f2fe05f7df294a6e88eed0 | [
"MIT"
] | 10 | 2021-03-30T14:08:21.000Z | 2022-03-12T00:45:24.000Z | frontend/src/views/register/Register.vue | zxqdm/Blog | 5485fec450d53939a0f2fe05f7df294a6e88eed0 | [
"MIT"
] | null | null | null | <template>
<div class="register">
<div class="reg-form">
<h2 class="reg-title">注册</h2>
<el-form :model="ruleForm"
label-width="100px"
:rules="rules"
ref="ruleForm"
status-icon>
<el-form-item label="用户名"
prop="use... | 27.128492 | 140 | 0.446046 |
2496e68f9a3a580569c2a3c37bc0ca593beccc8a | 938 | vue | Vue | src/components/transactions/message-view/SubmitProposalMessageDetails.vue | 0957758592/lunie | 1f348731e39c61b9801f500c25306d737fe1c4e2 | [
"Apache-2.0"
] | null | null | null | src/components/transactions/message-view/SubmitProposalMessageDetails.vue | 0957758592/lunie | 1f348731e39c61b9801f500c25306d737fe1c4e2 | [
"Apache-2.0"
] | null | null | null | src/components/transactions/message-view/SubmitProposalMessageDetails.vue | 0957758592/lunie | 1f348731e39c61b9801f500c25306d737fe1c4e2 | [
"Apache-2.0"
] | 1 | 2019-10-10T21:53:10.000Z | 2019-10-10T21:53:10.000Z | <template>
<div>
<div class="tx__content__caption">
<p>
Submitted {{ transaction.value.proposal_type.toLowerCase() }} proposal
<b>{{ initialDeposit.amount | atoms | prettyLong }}</b>
<span>{{ initialDeposit.denom | viewDenom }}</span>
</p>
</div>
<div class="tx__content... | 20.391304 | 78 | 0.597015 |
a3d8d58b798bf65b7c7c8cef7c00123d52f9fdb2 | 395 | vue | Vue | components/card/demo/border-less.vue | YaroShkvorets/ant-design-vue | 295ea16d3af20c6506c6f32462a6387703fb44a1 | [
"MIT"
] | 15,825 | 2018-08-04T09:59:35.000Z | 2022-03-31T13:43:23.000Z | components/card/demo/border-less.vue | YaroShkvorets/ant-design-vue | 295ea16d3af20c6506c6f32462a6387703fb44a1 | [
"MIT"
] | 5,060 | 2018-08-04T10:10:08.000Z | 2022-03-31T15:44:19.000Z | components/card/demo/border-less.vue | YaroShkvorets/ant-design-vue | 295ea16d3af20c6506c6f32462a6387703fb44a1 | [
"MIT"
] | 3,638 | 2018-08-05T03:37:57.000Z | 2022-03-31T10:02:43.000Z | <docs>
---
order: 1
title:
zh-CN: 无边框
en-US: No border
---
## zh-CN
在灰色背景上使用无边框的卡片
## en-US
A borderless card on a gray background.
</docs>
<template>
<div style="background: #ececec; padding: 30px">
<a-card title="Card title" :bordered="false" style="width: 300px">
<p>Card content</p>
<p>Car... | 14.62963 | 70 | 0.6 |
33ebd81dcbad25ad65bcbc3afc8c52b872ae0314 | 518 | vue | Vue | src/components/Emoji/MessageEmoji.vue | Alisonispig/vue-advanced-chat | d2399bff5abd6ab9a4ec93e3d7680999d621d6a7 | [
"MIT"
] | null | null | null | src/components/Emoji/MessageEmoji.vue | Alisonispig/vue-advanced-chat | d2399bff5abd6ab9a4ec93e3d7680999d621d6a7 | [
"MIT"
] | null | null | null | src/components/Emoji/MessageEmoji.vue | Alisonispig/vue-advanced-chat | d2399bff5abd6ab9a4ec93e3d7680999d621d6a7 | [
"MIT"
] | 1 | 2021-12-24T22:30:33.000Z | 2021-12-24T22:30:33.000Z | <template>
<div style="display: inline-flex">
<emoji :data="data" :emoji="emoji" :size="18" />
</div>
</template>
<script>
import { Emoji, EmojiIndex } from 'alispig-emoji-mart-vue-fast/src'
import data from 'alispig-emoji-mart-vue-fast/data/all.json'
let emojiIndex = new EmojiIndex(data)
export default {
n... | 17.862069 | 67 | 0.627413 |
6ef03e4a5e0e1d9134187284f230b53dce2cf444 | 686 | vue | Vue | src/components/CustomText.vue | cihat/instagram-clone | 7d3fad65aa6ac147b009d7cb9604d6a912f89756 | [
"MIT"
] | null | null | null | src/components/CustomText.vue | cihat/instagram-clone | 7d3fad65aa6ac147b009d7cb9604d6a912f89756 | [
"MIT"
] | 1 | 2022-02-27T14:10:16.000Z | 2022-02-27T14:10:16.000Z | src/components/CustomText.vue | cihat/instagram-clone | 7d3fad65aa6ac147b009d7cb9604d6a912f89756 | [
"MIT"
] | null | null | null | <script>
export default {
name: 'CustomText',
props: {
tag: {
type: String,
default: 'span'
},
size: {
type: String,
default: 'normal', //normal: 14, small: 12, xsmall:11, xxsmal: 10
validator: function (value) {
return [
'normal',
'small... | 15.590909 | 72 | 0.46793 |
b983e0960393df3e77375fba36dc45f0dcb88333 | 9,097 | vue | Vue | pages/user/profile.vue | Blue-FlipFlop/Quento | 746fdb43dd1bbe1436a372dd09860a57613b3555 | [
"MIT"
] | null | null | null | pages/user/profile.vue | Blue-FlipFlop/Quento | 746fdb43dd1bbe1436a372dd09860a57613b3555 | [
"MIT"
] | null | null | null | pages/user/profile.vue | Blue-FlipFlop/Quento | 746fdb43dd1bbe1436a372dd09860a57613b3555 | [
"MIT"
] | null | null | null | <template>
<div id="user-profile-view">
<div id="user-view">
<!-- Profile Card -->
<VxCard class="mb-base" v-if="AuthUser && UserData">
<!-- Avatar -->
<div class="vx-row w-full" style>
<div class="vx-row w-full lg:w-1/2">
<!-- Avatar Col -->
<div cla... | 34.458333 | 205 | 0.496647 |
65240f4fc5d4ad900e574fb65c7defc984699261 | 1,630 | vue | Vue | examples/containers/tab/navbar.vue | adcentury/vue-weui | 9c843f2bb92b4231e1a298a0609f8798d5761fa2 | [
"MIT"
] | 524 | 2015-12-08T05:35:00.000Z | 2022-03-16T08:29:26.000Z | examples/containers/tab/navbar.vue | adcentury/vue-weui | 9c843f2bb92b4231e1a298a0609f8798d5761fa2 | [
"MIT"
] | 30 | 2016-01-21T08:42:01.000Z | 2018-06-28T02:07:43.000Z | examples/containers/tab/navbar.vue | adcentury/vue-weui | 9c843f2bb92b4231e1a298a0609f8798d5761fa2 | [
"MIT"
] | 113 | 2015-12-24T13:19:20.000Z | 2021-06-13T06:55:45.000Z | <template>
<div class="page navbar">
<div class="bd" style="height: 100%;">
<tab>
<navbar slot="navbar" :items="items" :selected.sync="selected"></navbar>
<div class="tab-body" slot="body" :style="{transform: 'translateX(-' + (selected * 100) + '%)'}">
<div class="scroll-container">
... | 19.404762 | 103 | 0.516564 |
8aae0474522201cdfa00edf1c53af61ec9054eeb | 6,085 | vue | Vue | src/components/tabbar/ShopcarContainer.vue | LasterSmithKim/vue-cms | 0647ca72a540017fcbdef858d09be13c8200dba2 | [
"MIT"
] | null | null | null | src/components/tabbar/ShopcarContainer.vue | LasterSmithKim/vue-cms | 0647ca72a540017fcbdef858d09be13c8200dba2 | [
"MIT"
] | 4 | 2021-03-10T13:05:07.000Z | 2022-02-27T02:15:48.000Z | src/components/tabbar/ShopcarContainer.vue | LasterSmithKim/vue-cms | 0647ca72a540017fcbdef858d09be13c8200dba2 | [
"MIT"
] | null | null | null | <template>
<div class="shopcar-container">
<!-- 商品列表区域 -->
<div class="goods-list">
<div class="mui-card" v-for="(item, i) in goodsList" :key="item.id">
<div class="mui-card-content">
<div class="mui-card-content-inner">
<mt-swi... | 31.858639 | 99 | 0.372391 |
42c1ca133bb8b13084a305723ff2bd6a443eabcb | 4,080 | vue | Vue | src/pages/exam/PaperCorrect.vue | nidenangua/kession2 | 4dd549a8d278ab338374ab0960b9523a0c0c8533 | [
"MIT"
] | null | null | null | src/pages/exam/PaperCorrect.vue | nidenangua/kession2 | 4dd549a8d278ab338374ab0960b9523a0c0c8533 | [
"MIT"
] | null | null | null | src/pages/exam/PaperCorrect.vue | nidenangua/kession2 | 4dd549a8d278ab338374ab0960b9523a0c0c8533 | [
"MIT"
] | null | null | null | <template>
<div>
<ktj-container v-if="loaded">
<el-main>
<el-row class="ktj-bo20">
<el-col :span="4">试卷名称:2019英文六级模拟试卷一</el-col>
<el-row :span="2">考试:sky1011</el-row>
<el-col :span="2">用时:10分16秒</el-col>
<el-row :span="2">得分: 20(客观题得分20分)</el-row>
<e... | 22.417582 | 87 | 0.52549 |
4e16c986210b68602abcb5c4c99609f0174cda90 | 1,394 | vue | Vue | resources/js/Pages/Board.vue | TgMrP/homeList | 6ee06dd46bc25c4724e57be67c734ceeb95b9df2 | [
"MIT"
] | null | null | null | resources/js/Pages/Board.vue | TgMrP/homeList | 6ee06dd46bc25c4724e57be67c734ceeb95b9df2 | [
"MIT"
] | null | null | null | resources/js/Pages/Board.vue | TgMrP/homeList | 6ee06dd46bc25c4724e57be67c734ceeb95b9df2 | [
"MIT"
] | null | null | null | <template>
<div class="container mx-auto">
<div
class="title py-4 text-center w-full flex items-center justify-between"
>
<div class="w-1/3"></div>
<h1 class="w-1/3">{{ board.title }}</h1>
<div class="w-1/3 form-control items-end">
<label class="cursor-pointer label">
... | 24.892857 | 83 | 0.550933 |
4bcd9241eb07926bb766e0abd3fd10fc1ceb843a | 1,066 | vue | Vue | src/views/role_list/index.vue | wangxiaofei45/o2odemo | c6e09f7a6d29be26fcff602f92979a984351dd38 | [
"MIT"
] | null | null | null | src/views/role_list/index.vue | wangxiaofei45/o2odemo | c6e09f7a6d29be26fcff602f92979a984351dd38 | [
"MIT"
] | null | null | null | src/views/role_list/index.vue | wangxiaofei45/o2odemo | c6e09f7a6d29be26fcff602f92979a984351dd38 | [
"MIT"
] | null | null | null | <template>
<el-table :data="data" stripe style="width: 100%">
<el-table-column prop="id" label="用户id" width="80">
</el-table-column>
<el-table-column prop="role_name" label="角色名称" width="150">
</el-table-column>
<el-table-column prop="remark" label="角色描述">
</el-table-column>
<el-table-column labe... | 20.5 | 79 | 0.5394 |
fd17c1870644952198ad8b2f4bf65cd3a342c98e | 400 | vue | Vue | src/App.vue | truxcoder/GanLian | d351d70245e0d67b1add2f0fac76a29014cae89e | [
"MIT"
] | null | null | null | src/App.vue | truxcoder/GanLian | d351d70245e0d67b1add2f0fac76a29014cae89e | [
"MIT"
] | null | null | null | src/App.vue | truxcoder/GanLian | d351d70245e0d67b1add2f0fac76a29014cae89e | [
"MIT"
] | null | null | null | <!--
* @Author: truxcoder
* @Date: 2021-10-12 17:02:21
* @LastEditTime: 2022-03-30 18:37:36
* @LastEditors: truxcoder
* @Description:
-->
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
.el-table th.gutter{
display: table-cell!i... | 13.333333 | 37 | 0.6025 |
99c72357c705a1936e91757e625f9d3f350471c1 | 1,183 | vue | Vue | package/components/svg/bandaid.vue | skr305/scene-ui | eeb314966b2558175106979c4648983b0cbb17c1 | [
"MIT"
] | 2 | 2022-02-23T13:02:30.000Z | 2022-03-03T11:53:31.000Z | package/components/svg/bandaid.vue | Sunburst7/scene-ui | eeb314966b2558175106979c4648983b0cbb17c1 | [
"MIT"
] | null | null | null | package/components/svg/bandaid.vue | Sunburst7/scene-ui | eeb314966b2558175106979c4648983b0cbb17c1 | [
"MIT"
] | 1 | 2022-03-05T07:57:04.000Z | 2022-03-05T07:57:04.000Z | <template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-bandaid"
viewBox="0 0 16 16"
>
<path
d="M14.121 1.879a3 3 0 0 0-4.242 0L8.733 3.026l4.261 4.26 1.127-1.165a3 3 0 0 0 0-4.242ZM12.293 8 8.027 3.734 3.738 8.031 8 12.293 12.293 ... | 49.291667 | 478 | 0.614539 |
7254312401902d9688c4ab7d8ae9455885abf08c | 2,056 | vue | Vue | pages/me.vue | BeetMacol/beetmacol.com | c3620187c30bf13e4f121f6653c57cebc5a023af | [
"MIT"
] | null | null | null | pages/me.vue | BeetMacol/beetmacol.com | c3620187c30bf13e4f121f6653c57cebc5a023af | [
"MIT"
] | 18 | 2021-05-25T19:16:40.000Z | 2021-06-22T18:44:34.000Z | pages/me.vue | BeetMacol/beetmacol.com | c3620187c30bf13e4f121f6653c57cebc5a023af | [
"MIT"
] | null | null | null | <template>
<div>
<PageIntro title="About me" subtitle="I do a lot of stuff on the internet. Here's some info about me." />
<div v-for="group in [
{ name: 'Personal information', rows: [
{ prop: 'username', value: 'BeetMacol' },
{ prop: 'pronouns', value: 'any; they/them; he/him' },
{ prop: 'timezone... | 50.146341 | 135 | 0.600681 |
521455ce908f493971e5a0b89aca00846382302e | 19,931 | vue | Vue | client/src/views/game.vue | wzdwc/TexasPokerGame | f4ae93298428900c980c399441687be19065911f | [
"MIT"
] | 30 | 2021-01-29T08:22:28.000Z | 2022-03-07T05:22:16.000Z | client/src/views/game.vue | wzdwc/game-node-center | f4ae93298428900c980c399441687be19065911f | [
"MIT"
] | null | null | null | client/src/views/game.vue | wzdwc/game-node-center | f4ae93298428900c980c399441687be19065911f | [
"MIT"
] | 17 | 2020-04-18T22:38:17.000Z | 2022-03-28T12:03:11.000Z | <template>
<div class="game-container container">
<sitList :sitLink.sync='sitLink'
:currPlayer="currPlayer"
:commonCard="commonCard"
@sit="sitDown"
@buyIn="buyIn"
:isPlay='isPlay'
:valueCards='valueCards'
:roomConfig = 'roo... | 28.677698 | 102 | 0.528373 |
04ef4a05f3e23f765ec3be4100cacf6012bafc90 | 1,586 | vue | Vue | src/views/components/element/LatexElement/BaseLatexElement.vue | cyyjs/PPTist | 5e4a9ba91a2f692dfb7ecdb2fd391872ead10d09 | [
"Apache-2.0"
] | 1 | 2021-09-15T03:11:27.000Z | 2021-09-15T03:11:27.000Z | src/views/components/element/LatexElement/BaseLatexElement.vue | pipipi-pikachu/HamsterPPT | e931be0ab9bcf061669f15f63d2b6a228d524842 | [
"Apache-2.0"
] | null | null | null | src/views/components/element/LatexElement/BaseLatexElement.vue | pipipi-pikachu/HamsterPPT | e931be0ab9bcf061669f15f63d2b6a228d524842 | [
"Apache-2.0"
] | null | null | null | <template>
<div
class="base-element-latex"
:style="{
top: elementInfo.top + 'px',
left: elementInfo.left + 'px',
width: elementInfo.width + 'px',
height: elementInfo.height + 'px',
}"
>
<div
class="rotate-wrapper"
:style="{ transform: `rotate(${elementInfo.rotate... | 22.338028 | 162 | 0.571879 |
40cd54ca7912fb907b1c923f2c5b6bc61f05d4d5 | 744 | vue | Vue | vue-giant-module1/src/components/CusDialog/CusDetailDialog.vue | lbc19920615/vue-singleapp | 46529f56970f1798774e021e911a19c87ff76080 | [
"Apache-2.0"
] | null | null | null | vue-giant-module1/src/components/CusDialog/CusDetailDialog.vue | lbc19920615/vue-singleapp | 46529f56970f1798774e021e911a19c87ff76080 | [
"Apache-2.0"
] | null | null | null | vue-giant-module1/src/components/CusDialog/CusDetailDialog.vue | lbc19920615/vue-singleapp | 46529f56970f1798774e021e911a19c87ff76080 | [
"Apache-2.0"
] | null | null | null | <style lang="scss">
$tag: "cus-detail-dialog";
$sel: "." + $tag;
#{$sel} {
}
</style>
<template>
<el-dialog
title="标题"
:visible.sync="innerVisible"
width="720px"
v-bind="$attrs"
>
<cus-dialog-render v-if="render" :render="render"></cus-dialog-render>
<slot v-else></slot>
</el-dialog>
</t... | 18.6 | 80 | 0.650538 |
96ebadc01d547db50780c7b80deaa7d57305ff5a | 2,716 | vue | Vue | src/pages/auth/signin.vue | Shian009/talkie | fe84fd142379d9f554b5ee10acbd3c09e4e1cdbf | [
"Apache-2.0"
] | null | null | null | src/pages/auth/signin.vue | Shian009/talkie | fe84fd142379d9f554b5ee10acbd3c09e4e1cdbf | [
"Apache-2.0"
] | 5 | 2021-03-10T11:58:46.000Z | 2022-02-27T01:37:35.000Z | src/pages/auth/signin.vue | Shian009/talkie | fe84fd142379d9f554b5ee10acbd3c09e4e1cdbf | [
"Apache-2.0"
] | null | null | null | <template>
<f7-page name="signin">
<f7-navbar title="Sign in"></f7-navbar>
<f7-list no-hairlines-md>
<f7-list-input
:value="email"
@input="email=$event.target.value"
label="E-mail"
type="email"
placeholder="Your e-mail"
clear-button
></f7-list-input... | 25.383178 | 89 | 0.540501 |
bfb1d9bdfb6757e17d118bd48a62beec3a31c00b | 5,040 | vue | Vue | src/views/vipRecharge/MemberCard.vue | black-black-cat/try-mp | baf9661a65efdd1c31d838eae8823b5527f7578e | [
"MIT"
] | null | null | null | src/views/vipRecharge/MemberCard.vue | black-black-cat/try-mp | baf9661a65efdd1c31d838eae8823b5527f7578e | [
"MIT"
] | null | null | null | src/views/vipRecharge/MemberCard.vue | black-black-cat/try-mp | baf9661a65efdd1c31d838eae8823b5527f7578e | [
"MIT"
] | null | null | null | <template>
<div :class="['m-member-card', 'member-card', cardSkin]" @click="openUrl">
<div class="circle-1"></div>
<div class="circle-2"></div>
<div class="circle-3"></div>
<div class="container">
<div class="section-1">
<!--
<div class="me... | 23.773585 | 100 | 0.422024 |
b9f88770293b2f329705a00b6d732cd854cc9d26 | 27,179 | vue | Vue | resources/assets/components/Builder/EditAdd.vue | rosarioej87/voyager | 2f8c4a39e05e1e17386b9e42a21ad85df7997122 | [
"MIT"
] | null | null | null | resources/assets/components/Builder/EditAdd.vue | rosarioej87/voyager | 2f8c4a39e05e1e17386b9e42a21ad85df7997122 | [
"MIT"
] | null | null | null | resources/assets/components/Builder/EditAdd.vue | rosarioej87/voyager | 2f8c4a39e05e1e17386b9e42a21ad85df7997122 | [
"MIT"
] | null | null | null | <template>
<div>
<collapsible ref="bread_settings" :title="__('voyager::generic.'+(isNew ? 'add' : 'edit')+'_type', { type: __('voyager::generic.bread')})" icon="bread" :icon-size="8">
<template #actions>
<div class="flex items-center">
<button class="button" ... | 42.734277 | 186 | 0.407778 |
d5fd1ef2856f1def5b48a177ccbaa9da329f765f | 1,264 | vue | Vue | src/components/Cards/CardProfile.vue | shinayemi/logistics-company | 904028d5dee022184c968c025724d45913cf2c2a | [
"MIT"
] | null | null | null | src/components/Cards/CardProfile.vue | shinayemi/logistics-company | 904028d5dee022184c968c025724d45913cf2c2a | [
"MIT"
] | null | null | null | src/components/Cards/CardProfile.vue | shinayemi/logistics-company | 904028d5dee022184c968c025724d45913cf2c2a | [
"MIT"
] | null | null | null | <template>
<div
class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-xl rounded-lg mt-16"
>
<div class="px-6">
<div class="flex flex-wrap justify-center">
<div class="w-full px-4 flex justify-center">
<div class="relative">
<img
alt=... | 26.893617 | 121 | 0.52769 |
973b04d5848d91f848c4d08f737bd1181f12a9fb | 2,265 | vue | Vue | src/pages/componentsB/steps/index.vue | liugangtaotie/uniapp-vue3-ui | f2a18a04b28ea2a186a299817a18a029c6397748 | [
"MIT"
] | 11 | 2021-11-21T14:37:58.000Z | 2022-01-11T09:35:47.000Z | src/pages/componentsB/steps/index.vue | liugangtaotie/uniapp-vue3-ui | f2a18a04b28ea2a186a299817a18a029c6397748 | [
"MIT"
] | null | null | null | src/pages/componentsB/steps/index.vue | liugangtaotie/uniapp-vue3-ui | f2a18a04b28ea2a186a299817a18a029c6397748 | [
"MIT"
] | null | null | null | <template>
<view class="u-demo">
<view class="u-demo-wrap">
<view class="u-demo-title">演示效果</view>
<view class="u-demo-area">
<u-steps
:direction="direction"
:current="current"
:list="steps"
:mode="mode"
:icon="icon"
></u-steps>
<... | 22.425743 | 87 | 0.508609 |
471e0fc5fb4312a55a5191a9e0b4e745ab8e398c | 14,676 | vue | Vue | src/components/widgets/meals/Meals.vue | dmlospro/FitnessApp | 618ddadafa7f0610f0f3e9828fbb7b0f386f4757 | [
"MIT"
] | 2 | 2019-11-15T10:00:08.000Z | 2019-11-15T10:36:43.000Z | src/components/widgets/meals/Meals.vue | dmlospro/FitnessApp | 618ddadafa7f0610f0f3e9828fbb7b0f386f4757 | [
"MIT"
] | null | null | null | src/components/widgets/meals/Meals.vue | dmlospro/FitnessApp | 618ddadafa7f0610f0f3e9828fbb7b0f386f4757 | [
"MIT"
] | null | null | null | <template>
<v-card class="mt-3 meal-section">
<v-container>
<v-layout row align-center>
<v-flex v-if="$vuetify.breakpoint.smAndUp"><strong>Meals</strong></v-flex>
<v-flex layout justify-center align-center>
<v-btn icon>
<v-icon @click="$emit('prev_date'); previousDate(... | 35.621359 | 221 | 0.546947 |
5664d49a0a29deb2bd4f1f184ab7315c668a803c | 2,287 | vue | Vue | src/components/Upvote.vue | chafan-dev/frontend | f5ac197b3e056d11d184b8add29d254c6cd1aaa9 | [
"Apache-2.0"
] | 48 | 2021-03-05T04:52:45.000Z | 2022-01-04T11:40:04.000Z | src/components/Upvote.vue | chafan-dev/chafan-frontend | f5ac197b3e056d11d184b8add29d254c6cd1aaa9 | [
"Apache-2.0"
] | 133 | 2021-03-05T05:08:31.000Z | 2022-01-11T02:42:54.000Z | src/components/Upvote.vue | chafan-dev/chafan-pwa | e9549b637dd0e6bd54d17192db184510bff60912 | [
"Apache-2.0"
] | 8 | 2021-03-14T04:14:14.000Z | 2022-01-04T04:45:41.000Z | <template>
<span>
<v-dialog v-model="showCancelUpvoteDialog" max-width="400" @keydown.enter="onConfirmCancel">
<v-card>
<v-card-title primary-title>
<div class="headline">确定收回点赞?</div>
</v-card-title>
<v-card-actions>
<v-spacer />
<v-btn depressed small... | 27.890244 | 96 | 0.639265 |
e79fc4136a2adffdb5697dc36dd7da5c50db86fb | 9,803 | vue | Vue | src/views/reportManage/purchaseReport.vue | liubo0106/dadao | 3bff1cc37634fab00eb723ef1b42b331be85f7a6 | [
"MIT"
] | null | null | null | src/views/reportManage/purchaseReport.vue | liubo0106/dadao | 3bff1cc37634fab00eb723ef1b42b331be85f7a6 | [
"MIT"
] | 2 | 2022-02-10T23:39:35.000Z | 2022-02-13T18:36:35.000Z | src/views/reportManage/purchaseReport.vue | liubo0106/ckms-vue | 3bff1cc37634fab00eb723ef1b42b331be85f7a6 | [
"MIT"
] | null | null | null | <template>
<section>
<el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
<el-breadcrumb-item>采购单报表统计</el-breadcrumb-item>
</el-breadcrumb>
<div class="contentBody" style="padding-bottom: 0px">
... | 42.995614 | 202 | 0.454861 |
1e246a108a95f9be4f0fd1a050c4aa60453bff6e | 10,636 | vue | Vue | frontend/js/components/LocationField.vue | mattdinthehouse/twill | ea28c02377acfda73ecde634ccb4d67bb062cff7 | [
"Apache-2.0"
] | null | null | null | frontend/js/components/LocationField.vue | mattdinthehouse/twill | ea28c02377acfda73ecde634ccb4d67bb062cff7 | [
"Apache-2.0"
] | null | null | null | frontend/js/components/LocationField.vue | mattdinthehouse/twill | ea28c02377acfda73ecde634ccb4d67bb062cff7 | [
"Apache-2.0"
] | null | null | null | <template>
<a17-inputframe :error="error" :note="note" :locale="locale" @localize="updateLocale" :label="label" :name="name" :required="required">
<div class="form__field" :class="textfieldClasses">
<input
type="search"
:placeholder="placeholder"
:name="name"
:id="name"
... | 27.483204 | 213 | 0.540523 |
9003d751eac10351a89b72bac337adf2e09c692e | 1,285 | vue | Vue | components/Introduction.vue | SensesProject/regional-db-intro | ad179c99acfe3ae9a91696104dcb0c79fac1c4f2 | [
"0BSD"
] | null | null | null | components/Introduction.vue | SensesProject/regional-db-intro | ad179c99acfe3ae9a91696104dcb0c79fac1c4f2 | [
"0BSD"
] | 1 | 2020-11-30T09:33:27.000Z | 2020-11-30T09:33:27.000Z | components/Introduction.vue | SensesProject/regional-co-production | ad179c99acfe3ae9a91696104dcb0c79fac1c4f2 | [
"0BSD"
] | null | null | null | <template>
<section class="introduction">
<h1>Developing robust adaptation in co-production with stakeholders</h1>
<p>While global scenarios inform country-scale decarbonisation plans and targets, in line with the Paris Agreement, adaptation to climate change is often implemented locally with potential trade-... | 61.190476 | 977 | 0.8 |
e72f16da5d201414b6e90d9aa997edecb413aec3 | 6,613 | vue | Vue | src/components/page/Icon.vue | 17602917792/admin-stytem | af0be3910b70fa509b54fdb74c2b6564634ee484 | [
"MIT"
] | null | null | null | src/components/page/Icon.vue | 17602917792/admin-stytem | af0be3910b70fa509b54fdb74c2b6564634ee484 | [
"MIT"
] | 14 | 2021-03-09T14:08:40.000Z | 2022-02-27T14:08:10.000Z | src/components/page/Icon.vue | 17602917792/admin-stytem | af0be3910b70fa509b54fdb74c2b6564634ee484 | [
"MIT"
] | null | null | null | <template>
<div>
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item><i class="el-icon-lx-emoji"></i> 自定义图标</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="container">
<h2>使用方法</h2>
<p style="line-hei... | 29.654709 | 115 | 0.331771 |
284d87735af01c82bff4771f039e709f693aedb6 | 5,088 | vue | Vue | gerapy/client/src/pages/task/index.vue | awesome-archive/Gerapy | e9792d020397cd85b4d553b91b7829078b728b98 | [
"MIT"
] | 1 | 2018-12-07T02:05:32.000Z | 2018-12-07T02:05:32.000Z | gerapy/client/src/pages/task/index.vue | Tilyp/Gerapy | e9792d020397cd85b4d553b91b7829078b728b98 | [
"MIT"
] | null | null | null | gerapy/client/src/pages/task/index.vue | Tilyp/Gerapy | e9792d020397cd85b4d553b91b7829078b728b98 | [
"MIT"
] | null | null | null | <template>
<div class="panel">
<panel-title :title="$lang[$store.state.lang].objects.tasks">
<router-link :to="{name: 'taskCreate'}" tag="span">
<el-button type="success" size="mini">
<i class="fa fa-plus"></i>
{{ $lang[$store.state.lang].buttons.create }}
</el-button>
... | 31.407407 | 128 | 0.521816 |
5cc8920829ec8a7719ff09c53a2d33e4ea5737ed | 4,600 | vue | Vue | src/dataweb/web/src/pages/DataGraph/Graph/Children/components/InterflowTable.vue | Chromico/bk-base | be822d9bbee544a958bed4831348185a75604791 | [
"MIT"
] | 84 | 2021-06-30T06:20:23.000Z | 2022-03-22T03:05:49.000Z | src/dataweb/web/src/pages/DataGraph/Graph/Children/components/InterflowTable.vue | Chromico/bk-base | be822d9bbee544a958bed4831348185a75604791 | [
"MIT"
] | 7 | 2021-06-30T06:21:16.000Z | 2022-03-29T07:36:13.000Z | src/dataweb/web/src/pages/DataGraph/Graph/Children/components/InterflowTable.vue | Chromico/bk-base | be822d9bbee544a958bed4831348185a75604791 | [
"MIT"
] | 40 | 2021-06-30T06:21:26.000Z | 2022-03-29T12:42:26.000Z |
<!--
- Tencent is pleased to support the open source community by making BK-BASE 蓝鲸基础平台 available.
- Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
- BK-BASE 蓝鲸基础平台 is licensed under the MIT License.
-
- License for BK-BASE 蓝鲸基础平台:
- ------------------------------------------... | 31.944444 | 116 | 0.602826 |
6658d2d0ab87e6343c01e2817708f438a8772073 | 1,922 | vue | Vue | resources/js/Pages/Components/DropZone.vue | jodak94/jsoft | abb7aa386822a45eb6a6549f506713e09330a442 | [
"MIT"
] | null | null | null | resources/js/Pages/Components/DropZone.vue | jodak94/jsoft | abb7aa386822a45eb6a6549f506713e09330a442 | [
"MIT"
] | null | null | null | resources/js/Pages/Components/DropZone.vue | jodak94/jsoft | abb7aa386822a45eb6a6549f506713e09330a442 | [
"MIT"
] | null | null | null | <template>
<div @dragover.prevent @drop.prevent>
<label class="form-label">Imágen
<span v-if="this.image" class="float-right hover:cursor-pointer" @click="deleteImage">
<icon name="x-circle" class="block w-6 h-6 text-gray-400 ml-2" />
</span>
</label>
<input type="file" mul... | 29.121212 | 134 | 0.544225 |
85a80815a8373cd96c412bef6070fc8c3c238754 | 11,411 | vue | Vue | stubs/resources/js/Layouts/AppLayout.vue | AreWebs/Jet-Vuetify | d8599af8892cdea6ba3a4d08544db09b0f4127fb | [
"MIT"
] | 3 | 2021-02-18T17:12:52.000Z | 2021-12-09T05:07:54.000Z | stubs/resources/js/Layouts/AppLayout.vue | AreWebs/Jet-Vuetify | d8599af8892cdea6ba3a4d08544db09b0f4127fb | [
"MIT"
] | 2 | 2021-03-03T07:33:16.000Z | 2021-03-03T10:25:17.000Z | stubs/resources/js/Layouts/AppLayout.vue | AreWebs/Jet-Vuetify | d8599af8892cdea6ba3a4d08544db09b0f4127fb | [
"MIT"
] | null | null | null | <template>
<v-app>
<v-app-bar
app
color="white"
elevate-on-scroll
fixed
id="app-nav"
>
<v-app-bar-nav-icon @click.stop="drawer = !drawer"
class="d-lg-none"></v-app-bar-nav-icon>
<!-- Logo -->
<inertia-link :href="route('dashboard')">
<!-- <v-a... | 35.110769 | 355 | 0.537376 |
d5c20fd47ec5cb806029ba33a61bd0da36534846 | 1,207 | vue | Vue | components/OperationExplorer/Arrow.vue | Futurice-SaferGlobe/project-epon-frontend | 88e7a45e7937227d1cc4ddd1872e30888b35a780 | [
"MIT"
] | null | null | null | components/OperationExplorer/Arrow.vue | Futurice-SaferGlobe/project-epon-frontend | 88e7a45e7937227d1cc4ddd1872e30888b35a780 | [
"MIT"
] | 6 | 2021-03-09T10:20:33.000Z | 2022-02-12T15:07:36.000Z | components/OperationExplorer/Arrow.vue | Futurice-SaferGlobe/project-epon-frontend | 88e7a45e7937227d1cc4ddd1872e30888b35a780 | [
"MIT"
] | null | null | null | <template functional>
<button class="arrow-wrapper">
<svg :class="`arrow arrow-${props.angle}`" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 67 105" width="20px">
<path fill-rule="nonzero" d="M35.18 105L.356 52.982 35.825 0H66.11l.693.464-35.159 52.518L66.468 105H35.18z"/>
</svg>
</button... | 18.569231 | 118 | 0.584093 |
c0b041049203ff5dd2abc5df92f94fcac7c3fe2f | 1,186 | vue | Vue | src/menu/menu.vue | ziwei3749/lanchao-ui | 2df5e37798fc184f8e36c86cf78f561b2b18acde | [
"MIT"
] | 7 | 2018-08-10T13:49:49.000Z | 2021-11-08T09:37:54.000Z | src/menu/menu.vue | ziwei3749/lanchao-ui | 2df5e37798fc184f8e36c86cf78f561b2b18acde | [
"MIT"
] | null | null | null | src/menu/menu.vue | ziwei3749/lanchao-ui | 2df5e37798fc184f8e36c86cf78f561b2b18acde | [
"MIT"
] | 3 | 2019-08-21T11:16:52.000Z | 2020-05-01T15:49:11.000Z | <!-- menu -->
<template>
<div class="l-menu"
:class="classStyle">
<slot></slot>
</div>
</template>
<script>
export default {
components: {},
provide() {
return {
rootMenu: this,
testName: this.testString,
testObj: this.testObj
};
},
props: {
mode: {
... | 15.012658 | 62 | 0.512648 |
6b2801c3376ba81f83e58e3502d369bf05fee628 | 902 | vue | Vue | resources/js/components/Success.vue | TuBl/spicyCoffee | 81389a48264eca00077feae5f8a8f71deeedf395 | [
"MIT"
] | null | null | null | resources/js/components/Success.vue | TuBl/spicyCoffee | 81389a48264eca00077feae5f8a8f71deeedf395 | [
"MIT"
] | 4 | 2021-02-02T20:22:27.000Z | 2022-02-19T04:48:53.000Z | resources/js/components/Success.vue | TuBl/spicyCoffee | 81389a48264eca00077feae5f8a8f71deeedf395 | [
"MIT"
] | null | null | null | <template>
<div class="grid-container">
<div class="message">
<h1>Success... </h1>
<h2>Thank you for your purchase..</h2>
</div>
<div>
<router-link to="products" class="btn">Products</router-link>
</div>
</div>
</template>
<script>
export ... | 16.703704 | 73 | 0.559867 |
9c11df750ebd0e4b2a50afed037d5da5c98b6879 | 2,821 | vue | Vue | packages/lib/src/components/SuiNotification.vue | figurluk/simple-ui | 5d2320c57bd8d417394d22e069c6f3c12b7e0bf6 | [
"ISC"
] | null | null | null | packages/lib/src/components/SuiNotification.vue | figurluk/simple-ui | 5d2320c57bd8d417394d22e069c6f3c12b7e0bf6 | [
"ISC"
] | 18 | 2019-10-21T13:18:44.000Z | 2020-02-14T23:23:44.000Z | packages/lib/src/components/SuiNotification.vue | figurluk/simple-ui | 5d2320c57bd8d417394d22e069c6f3c12b7e0bf6 | [
"ISC"
] | null | null | null | <template>
<transition :name="animation">
<div v-if="!hidden" class="sui-notification" :class="notificationClass">
<slot>Default</slot>
<slot name="closer" v-if="closeable" v-bind:closerClass="closerClass">
<div class="sui-notification__closer" :class="closerClass"></div>
</slot>
<... | 21.052239 | 76 | 0.557958 |
6ec5f6642bd03585242f98f1847e4509ae986740 | 5,487 | vue | Vue | resources/views/fontend/src/views/Register.vue | YourMasterIsFool/projectNabung | 6953bba70525eb576749bda52d76c3dbf93fd9b7 | [
"MIT"
] | null | null | null | resources/views/fontend/src/views/Register.vue | YourMasterIsFool/projectNabung | 6953bba70525eb576749bda52d76c3dbf93fd9b7 | [
"MIT"
] | null | null | null | resources/views/fontend/src/views/Register.vue | YourMasterIsFool/projectNabung | 6953bba70525eb576749bda52d76c3dbf93fd9b7 | [
"MIT"
] | null | null | null | <template>
<div id="register">
<modal id="modalForm">
<template v-slot:content>
<div class="flex-col items-center overflow-auto">
<div
class="w-full flex items-center justify-between lg:mb-8 md:mb-6 mb-4"
>
... | 40.345588 | 154 | 0.351011 |
b84a9f5356ba131b9fffacb5abf7219d3f208578 | 1,583 | vue | Vue | src/layouts/Journal.vue | fu4303/portfolio-smokeyfro | 68e271c2ef961d6450d661e224dab64ecaee09ca | [
"MIT"
] | 5 | 2020-05-17T13:40:01.000Z | 2021-10-02T07:15:59.000Z | src/layouts/Journal.vue | fu4303/portfolio-smokeyfro | 68e271c2ef961d6450d661e224dab64ecaee09ca | [
"MIT"
] | 26 | 2020-03-03T07:14:42.000Z | 2022-03-26T04:43:28.000Z | src/layouts/Journal.vue | fu4303/portfolio-smokeyfro | 68e271c2ef961d6450d661e224dab64ecaee09ca | [
"MIT"
] | 2 | 2020-07-03T12:16:42.000Z | 2020-08-12T18:47:58.000Z | <template>
<div class="overflow-x-auto overflow-x-hidden md:h-screen md:overflow-hidden app">
<header class="relative z-50 flex flex-row items-center justify-between dark:bg-black sm:flex-col">
<Logo class="text-white sm:mx-auto sm:mt-6" />
<NavPrimary />
<NavMobile />
<NavTertiary />
</header>
... | 27.77193 | 140 | 0.600126 |
45225637f01df23ab03f4e9f369242d435bf66c6 | 570 | vue | Vue | packages/icon-pan-tool.vue | yuki-torii/vue-material-svg-icons | dc75c1cb8eec4ebe985f02ea5a3702833875f7e4 | [
"MIT"
] | 3 | 2017-02-01T07:00:42.000Z | 2020-02-14T07:20:28.000Z | packages/icon-pan-tool.vue | limichange/vue-material-svg-icons | dc75c1cb8eec4ebe985f02ea5a3702833875f7e4 | [
"MIT"
] | null | null | null | packages/icon-pan-tool.vue | limichange/vue-material-svg-icons | dc75c1cb8eec4ebe985f02ea5a3702833875f7e4 | [
"MIT"
] | null | null | null |
<template lang="html">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path d="M46 11v29c0 4.4-3.6 8-8 8H23.4c-2.16 0-4.2-.86-5.7-2.38L2 29.66s2.52-2.46 2.6-2.5c.44-.38.98-.58 1.58-.58.44 0 .84.12 1.2.32.08.02 8.62 4.92 8.62 4.92V8c0-1.66 1.34-3 3-3s3 1.34 3 3v14h2... | 51.818182 | 402 | 0.55614 |
4a6f818853adba3815c3983bff0187768c77e490 | 10,469 | vue | Vue | src/views/login/index.vue | babyxiaojine/https-github.com-babyxiaojine-eggjs-vue-admin | e2399bd9b36dc016345fc6091fb09b49e12b41c2 | [
"MIT"
] | null | null | null | src/views/login/index.vue | babyxiaojine/https-github.com-babyxiaojine-eggjs-vue-admin | e2399bd9b36dc016345fc6091fb09b49e12b41c2 | [
"MIT"
] | null | null | null | src/views/login/index.vue | babyxiaojine/https-github.com-babyxiaojine-eggjs-vue-admin | e2399bd9b36dc016345fc6091fb09b49e12b41c2 | [
"MIT"
] | null | null | null | <template>
<div class="login-container">
<img class="login-bg" src="@/assets/login-bg.png" fit="cover"></img>
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" autocomplete="on" label-position="left">
<div class="title-container" style="text-align:center">
<!-- <... | 28.218329 | 280 | 0.56099 |
a7c699c1a04d2f0990db3e3128c57e67ce8f4c5a | 5,070 | vue | Vue | resources/js/components/category/EditCategory.vue | sofikul-islam200/POS | 8a1ad1aeb5d5f82975bc710edc0330553601b8a0 | [
"MIT"
] | null | null | null | resources/js/components/category/EditCategory.vue | sofikul-islam200/POS | 8a1ad1aeb5d5f82975bc710edc0330553601b8a0 | [
"MIT"
] | null | null | null | resources/js/components/category/EditCategory.vue | sofikul-islam200/POS | 8a1ad1aeb5d5f82975bc710edc0330553601b8a0 | [
"MIT"
] | null | null | null | <template>
<div>
<div>
<nav class="breadcrumb sl-breadcrumb">
<router-link
class="btn btn-outline-primary"
to="/AllCategory"
style="color:black"
>All Category</router-link
>
... | 40.238095 | 120 | 0.283235 |
5a2a3c73b0e3f54ad11251ef0b44e457175768a8 | 4,697 | vue | Vue | packages/varlet-ui/src/menu/example/index.vue | vayne1Q/varlet | fdc0a1e7956ee114030044324ddea21612debd90 | [
"MIT"
] | 2 | 2021-05-15T02:49:22.000Z | 2021-05-19T03:32:48.000Z | packages/varlet-ui/src/menu/example/index.vue | vayne1Q/varlet | fdc0a1e7956ee114030044324ddea21612debd90 | [
"MIT"
] | null | null | null | packages/varlet-ui/src/menu/example/index.vue | vayne1Q/varlet | fdc0a1e7956ee114030044324ddea21612debd90 | [
"MIT"
] | null | null | null | <template>
<app-type>{{ pack.alignmentMethods }}</app-type>
<div class="block-1">
<var-menu v-model:show="top">
<var-button type="primary" @click="top = true">{{ pack.topAlignment }}</var-button>
<template #menu>
<div class="cell-list">
<var-cell>{{ pack.menuOption }}</var-cell>
... | 26.38764 | 95 | 0.565467 |
471ddf35f408fe11be890c7de4f3f3a9fe8cb6e0 | 535 | vue | Vue | mcp-ui/src/pages/ConsoleLoading.vue | jydata/MCP | 1119b2a200f45ed5063c76e640b9ff14ab3c032d | [
"Apache-2.0"
] | 13 | 2018-06-19T09:20:01.000Z | 2020-04-02T01:39:20.000Z | mcp-ui/src/pages/ConsoleLoading.vue | jydata/mcp | dade025fc2403387e6e2d515ad14e555633235d7 | [
"Apache-2.0"
] | 1 | 2022-03-11T06:09:59.000Z | 2022-03-12T04:38:44.000Z | mcp-ui/src/pages/ConsoleLoading.vue | jydata/MCP | 1119b2a200f45ed5063c76e640b9ff14ab3c032d | [
"Apache-2.0"
] | 6 | 2018-06-19T09:46:13.000Z | 2022-03-11T06:08:53.000Z | <template>
<div class="loading" v-loading="loading" element-loading-text="loading..."></div>
</template>
<script>
import * as Code from '@config/code';
import * as Base from '@api/Base';
export default {
name: 'consoleLoading',
data () {
return {
loading: true
}
},
beforeCre... | 17.833333 | 83 | 0.519626 |
300debd1e4d05c7e259f7a1ed0eb168eca1ec7f8 | 3,582 | vue | Vue | src/components/ElControlSetting/elTagSetting.vue | TSSXL/datav_web | 378856656372ce3e4568e021f51ed602a737648c | [
"MIT"
] | null | null | null | src/components/ElControlSetting/elTagSetting.vue | TSSXL/datav_web | 378856656372ce3e4568e021f51ed602a737648c | [
"MIT"
] | null | null | null | src/components/ElControlSetting/elTagSetting.vue | TSSXL/datav_web | 378856656372ce3e4568e021f51ed602a737648c | [
"MIT"
] | null | null | null | <template>
<div>
<el-form-item label="主题">
<el-radio-group v-model="data.attributes.type">
<el-radio-button label="primary"></el-radio-button>
<el-radio-button label="success"></el-radio-button>
<el-radio-button label="info"></el-radio-button>
<el-ra... | 28.887097 | 99 | 0.538247 |
7c7406820f5becf26de8b65a4645b733d226078a | 5,303 | vue | Vue | resources/js/pages/admin/admins/index.vue | laraveladmin-cn/laraveladmin | 18865b931bb143b73bbd5a5116514fd2c7b717c4 | [
"MulanPSL-1.0"
] | 22 | 2020-12-30T07:16:51.000Z | 2022-02-25T07:09:46.000Z | resources/js/pages/admin/admins/index.vue | laraveladmin-cn/laraveladmin | 18865b931bb143b73bbd5a5116514fd2c7b717c4 | [
"MulanPSL-1.0"
] | 92 | 2020-12-31T06:53:33.000Z | 2021-05-28T07:31:30.000Z | resources/js/pages/admin/admins/index.vue | laraveladmin-cn/laraveladmin | 18865b931bb143b73bbd5a5116514fd2c7b717c4 | [
"MulanPSL-1.0"
] | 5 | 2021-02-04T05:56:06.000Z | 2021-12-27T09:15:12.000Z | <template>
<div class="admin_user_index">
<div class="row">
<div class="col-xs-12">
<data-table class="box box-primary" :options="options">
<template slot="col" slot-scope="props">
<span v-if="props.k =='roles_name'">
... | 44.563025 | 129 | 0.409579 |
919fb8acbd5b740e5d93994504b0a4dab94d142f | 14,867 | vue | Vue | resources/js/Pages/Website/Index.vue | diogonoleto/website | 2bce1c2b06c31edca94b388e64d85b913193a17c | [
"MIT"
] | null | null | null | resources/js/Pages/Website/Index.vue | diogonoleto/website | 2bce1c2b06c31edca94b388e64d85b913193a17c | [
"MIT"
] | null | null | null | resources/js/Pages/Website/Index.vue | diogonoleto/website | 2bce1c2b06c31edca94b388e64d85b913193a17c | [
"MIT"
] | null | null | null | <template>
<Head title="Websites" />
<BreezeAuthenticatedLayout>
<template #header>
<nav
aria-label="Global"
class="max-w-container mx-auto px-4 sm:px-6 lg:px-8"
>
<div class="flex items-center flex-wrap sm:flex-nowrap">
... | 44.645646 | 80 | 0.197888 |
5478b6f583833d9e3da589ffb123e94d66159289 | 2,034 | vue | Vue | src/views/canvas/Brush.vue | lirongtong/MIITVIP-Canvas-Demo | 13be66ce33d4fa387ddbc84d0d58aaeaa068f612 | [
"MIT"
] | 3 | 2020-09-15T04:33:57.000Z | 2020-09-15T04:36:21.000Z | src/views/canvas/Brush.vue | lirongtong/MIITVIP-Canvas-Demo | 13be66ce33d4fa387ddbc84d0d58aaeaa068f612 | [
"MIT"
] | null | null | null | src/views/canvas/Brush.vue | lirongtong/MIITVIP-Canvas-Demo | 13be66ce33d4fa387ddbc84d0d58aaeaa068f612 | [
"MIT"
] | null | null | null | <template>
<div class="mi-canvas-tools-item">
<Poptip trigger="click"
popper-class="mi-canvas-brush"
:placement="G.mobile ? 'right' : 'top'"
@on-popper-show="showPopper"
transfer>
<span class="mi-canvas-tools-icon" :class="active === 'brush' ? 'active' : null">
<i :class="... | 30.818182 | 95 | 0.591937 |
5d0976186b1e5e4ab319bbbf195084a29656fe5a | 2,393 | vue | Vue | client/src/components/Login.vue | grgbtchr/vinyl-library | 3cf5456a669c24d283d983b09ee54e584eaa94db | [
"MIT"
] | null | null | null | client/src/components/Login.vue | grgbtchr/vinyl-library | 3cf5456a669c24d283d983b09ee54e584eaa94db | [
"MIT"
] | null | null | null | client/src/components/Login.vue | grgbtchr/vinyl-library | 3cf5456a669c24d283d983b09ee54e584eaa94db | [
"MIT"
] | null | null | null | <template>
<div>
<div class="wrapper">
<form name="login">
<p>Sign in</p>
<label>Email</label>
<input
type="email"
name="email"
v-model="email" />
<label>Password</label>
<input
type="password"
name="password"
... | 16.390411 | 68 | 0.563728 |
43d1ba484bbdc5d5faab7a6ae5ed9534f534d215 | 344 | vue | Vue | src/pages/base/signout.vue | xmtgithub123/Meke- | d56548a7797fdb19752ec4481aed9a836b3cb760 | [
"MIT"
] | 2 | 2018-03-06T09:32:55.000Z | 2018-03-16T03:06:16.000Z | src/pages/base/signout.vue | xmtgithub123/Meke- | d56548a7797fdb19752ec4481aed9a836b3cb760 | [
"MIT"
] | 1 | 2019-04-11T02:22:11.000Z | 2019-04-11T02:22:11.000Z | src/pages/base/signout.vue | xmtgithub123/Meke- | d56548a7797fdb19752ec4481aed9a836b3cb760 | [
"MIT"
] | 1 | 2018-09-01T15:00:25.000Z | 2018-09-01T15:00:25.000Z | <style lang="less" scoped>
</style>
<template>
</template>
<script>
import { mapActions } from 'vuex'
import { USER_SIGNOUT } from '../.././store/user'
export default {
mounted() {
this.USER_SIGNOUT()
this.$router.push('/')
},
methods: mapActions([USER_S... | 20.235294 | 53 | 0.540698 |
be76ae1c63555df1a896a88cc8449ef0b99a8f56 | 2,725 | vue | Vue | src/views/components/productList.vue | wyzyjm/vue-member | e64cbdde5b6099eade473441ad83411305cc64f7 | [
"MIT"
] | null | null | null | src/views/components/productList.vue | wyzyjm/vue-member | e64cbdde5b6099eade473441ad83411305cc64f7 | [
"MIT"
] | null | null | null | src/views/components/productList.vue | wyzyjm/vue-member | e64cbdde5b6099eade473441ad83411305cc64f7 | [
"MIT"
] | null | null | null | <template>
<div class="app-container">
<div v-if="showBack" class="title">{{$t('components_productlist_1')}}<template>
<span
style="flex: 1; text-align: right; font-size: 10px"
class="text-blue"
@click="$router.push('/cart/')"
>{{$t('components_productlist_2')}}</span... | 24.330357 | 83 | 0.516697 |
158c6c958139618b7898d37a184f2fb15062da6a | 2,420 | vue | Vue | src/components/Details/Addr.vue | zhlibing/vue-fallowFish | 54f67c78f7a538621094f0af111e6fe305022c5a | [
"MIT"
] | null | null | null | src/components/Details/Addr.vue | zhlibing/vue-fallowFish | 54f67c78f7a538621094f0af111e6fe305022c5a | [
"MIT"
] | null | null | null | src/components/Details/Addr.vue | zhlibing/vue-fallowFish | 54f67c78f7a538621094f0af111e6fe305022c5a | [
"MIT"
] | null | null | null | <template>
<div class="container">
<div class="head">
<div class="back" @click="goBack">
<img src="../../assets/images/返回.png" alt="">
</div>
<div class="title">添加新地址</div>
<div class="save" @click="save">保存</div>
</div>
<div class="addrbox">
<div class="set border-1p... | 20.683761 | 53 | 0.519835 |
063400da3dcb833e38dc31904fdc768cc8f191df | 6,640 | vue | Vue | resources/js/components/Details/Detail.vue | pashupatisah112/Market | 7f46256ebaf96e7f22c6ad45019559d702bde731 | [
"MIT"
] | null | null | null | resources/js/components/Details/Detail.vue | pashupatisah112/Market | 7f46256ebaf96e7f22c6ad45019559d702bde731 | [
"MIT"
] | null | null | null | resources/js/components/Details/Detail.vue | pashupatisah112/Market | 7f46256ebaf96e7f22c6ad45019559d702bde731 | [
"MIT"
] | null | null | null | <template>
<div>
<v-container fluid>
<v-row class="px-10">
<v-col cols="1" align="center">
<div style="width:60px; height:auto;margin-bottom:10px" v-for="item in product.photo" :key="item.id">
<v-img :src="getImage(item)" @click="zoomImage(item)"></v-img>
... | 35.891892 | 207 | 0.408283 |
f17f3b7c77f179ed5643ab416a43fc3814b8495e | 7,751 | vue | Vue | src/views/Download.vue | yancymin/GEE-Design-official-website | 91875b6aec21664a3653c7414b2eb1220481e5b7 | [
"MIT"
] | 10 | 2019-01-07T06:01:28.000Z | 2021-01-08T02:47:20.000Z | src/views/Download.vue | yancymin/GEE-Design-official-website | 91875b6aec21664a3653c7414b2eb1220481e5b7 | [
"MIT"
] | 27 | 2019-10-29T21:31:29.000Z | 2022-02-26T06:05:31.000Z | src/views/Download.vue | yancymin/GEE-Design-official-website | 91875b6aec21664a3653c7414b2eb1220481e5b7 | [
"MIT"
] | 1 | 2020-06-10T07:18:30.000Z | 2020-06-10T07:18:30.000Z | <template>
<div class="download" id="main">
<Header title="资源下载" des="Download" :imageSrc='imageSrc' />
<div class="container">
<div class="des">
<p class="bottom-40">这里提供极验品牌标志、产品标志等资源下载。请按照极验品牌的规范来使用相关标志。</p>
</div>
<div class="card-wrap">
<div class="card card-1 bottom-40"... | 26.544521 | 260 | 0.446136 |
ad480e8808958decfe92d8f6e3aff417865db974 | 2,011 | vue | Vue | demo/pages/Checkbox.vue | fuckiebrowser/GayUI | 99ba026a36f63c0e1508540634819721dd208293 | [
"MIT"
] | 2 | 2017-11-22T03:52:47.000Z | 2017-11-30T09:45:29.000Z | demo/pages/Checkbox.vue | fuckiebrowser/vue-pmui | 99ba026a36f63c0e1508540634819721dd208293 | [
"MIT"
] | null | null | null | demo/pages/Checkbox.vue | fuckiebrowser/vue-pmui | 99ba026a36f63c0e1508540634819721dd208293 | [
"MIT"
] | null | null | null | <template>
<pm-layout title="Checkbox">
<h3> CheckboxList</h3>
<pm-checkbox-list v-model="value"
:options="options"/>
<h3> CheckboxList - 左对齐</h3>
<pm-checkbox-list v-model="value"
align="left"
:options="options"/>
<pm-cell-group>... | 24.52439 | 65 | 0.453008 |
0c86091d8b3792a7edafdf904ec8b49c3a5eabf5 | 1,207 | vue | Vue | src/view/monitor/scada.vue | levy8837/electric | 9a35c709e2403e835c3dc4b35eb63d31bbe2d302 | [
"MIT"
] | 6 | 2019-01-28T07:42:12.000Z | 2021-06-24T04:30:57.000Z | src/view/monitor/scada.vue | levy8837/electric | 9a35c709e2403e835c3dc4b35eb63d31bbe2d302 | [
"MIT"
] | null | null | null | src/view/monitor/scada.vue | levy8837/electric | 9a35c709e2403e835c3dc4b35eb63d31bbe2d302 | [
"MIT"
] | 4 | 2019-04-26T02:21:45.000Z | 2020-12-31T08:08:43.000Z | <template >
<div class="couplet-card">
<Tabs active-key="key1" type="card" style="height: 100%">
<Tab-pane label="东方魅力SCADA" key="key1">
<dongfang-scada :isViews="isViews"></dongfang-scada>
</Tab-pane>
<Tab-pane label="亚设塑业SCADA" key="key2">
... | 22.351852 | 68 | 0.492129 |
86235fa91b40152bbe93437bea07369eab78da02 | 2,207 | vue | Vue | src/components/Voice.vue | yrq1429/vue-lizhiFM | 81701fdc31b661a2627e11284c410411cba72de2 | [
"MIT"
] | null | null | null | src/components/Voice.vue | yrq1429/vue-lizhiFM | 81701fdc31b661a2627e11284c410411cba72de2 | [
"MIT"
] | null | null | null | src/components/Voice.vue | yrq1429/vue-lizhiFM | 81701fdc31b661a2627e11284c410411cba72de2 | [
"MIT"
] | null | null | null | <template>
<div class="found">
<div class="voice_list">
<div class="voice_list-item">
<div class="img">
<img src="../assets/images/voice1.png" alt="">
</div>
<p class="title">甜蜜哄睡</p>
</div>
<div class="voice_list-item">
<div class="img">
<img ... | 22.292929 | 58 | 0.571364 |
3b5345a62ed60b5c2316c344424e3dbb85809c1c | 5,691 | vue | Vue | packages/common/components/autocomplete/Autocomplete.vue | maxiloc/tools | e5809a8781753f6e61c3233ccb0a658dff81a6f2 | [
"Apache-2.0"
] | null | null | null | packages/common/components/autocomplete/Autocomplete.vue | maxiloc/tools | e5809a8781753f6e61c3233ccb0a658dff81a6f2 | [
"Apache-2.0"
] | 2 | 2021-04-12T07:13:30.000Z | 2021-08-04T12:06:20.000Z | packages/common/components/autocomplete/Autocomplete.vue | maxiloc/tools | e5809a8781753f6e61c3233ccb0a658dff81a6f2 | [
"Apache-2.0"
] | 3 | 2021-03-02T19:05:45.000Z | 2022-03-13T09:29:55.000Z | <template>
<div class="relative">
<input
v-if="!noAutoWidth"
ref="input"
:class="inputClasses ? inputClasses : 'input input-custom'"
:placeholder="placeholder || ''"
v-model="query"
v-autowidth="{comfortZone: 10, maxWidth: '100%'}"
... | 36.248408 | 145 | 0.424706 |
64f5630996d260b4df44d29d619ed86f0212c02f | 2,706 | vue | Vue | wui/components/home/manage/user-info-page.vue | keydotcat/commonjs | 02c976824509f8f0eefe7502996214ee6b98f4df | [
"MIT"
] | 1 | 2019-12-02T04:28:06.000Z | 2019-12-02T04:28:06.000Z | wui/components/home/manage/user-info-page.vue | keydotcat/commonjs | 02c976824509f8f0eefe7502996214ee6b98f4df | [
"MIT"
] | null | null | null | wui/components/home/manage/user-info-page.vue | keydotcat/commonjs | 02c976824509f8f0eefe7502996214ee6b98f4df | [
"MIT"
] | null | null | null | <template>
<div>
<div class="header px-3 py-3 pt-md-5 pb-md-4 d-flex justify-content-between">
<h3 class="display-9">User's information</h3>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title">Name</h6>
<p class="ml-2">{{ $store.state.user.fullname }} ({{ $... | 31.103448 | 146 | 0.565041 |
81f5fc47f6a2158061dbdd83c0e12290895f5f30 | 1,799 | vue | Vue | src/page/search/index.vue | giao-fei/WangYiYun | 6adeb822d8d96220a777614edaa054303edb36c1 | [
"MIT"
] | 1 | 2020-12-27T04:36:58.000Z | 2020-12-27T04:36:58.000Z | src/page/search/index.vue | giao-fei/WangYiYun | 6adeb822d8d96220a777614edaa054303edb36c1 | [
"MIT"
] | null | null | null | src/page/search/index.vue | giao-fei/WangYiYun | 6adeb822d8d96220a777614edaa054303edb36c1 | [
"MIT"
] | null | null | null | <template>
<div class="search-detail">
<div
class="header"
ref="header"
>
<span class="found">搜索</span>
<span class="keywords">{{ keywords }}</span>
<span class="found">找到{{count}}个结果</span>
</div>
<div class="tabs-wrap">
<Tabs
:tabs="tabs"
itemCla... | 16.971698 | 66 | 0.525848 |
52dce5ffedc28241377d27338f7bfc8238a9030c | 597 | vue | Vue | resources/assets/js/components/App.vue | rdarcy1/photo-gallery | 4a977e210d40b9560ea2aa0da544f2054b572085 | [
"MIT"
] | null | null | null | resources/assets/js/components/App.vue | rdarcy1/photo-gallery | 4a977e210d40b9560ea2aa0da544f2054b572085 | [
"MIT"
] | null | null | null | resources/assets/js/components/App.vue | rdarcy1/photo-gallery | 4a977e210d40b9560ea2aa0da544f2054b572085 | [
"MIT"
] | null | null | null | <template>
<div>
<gallery-header></gallery-header>
<justified-gallery></justified-gallery>
<lightbox v-show="lightbox.show"></lightbox>
</div>
</template>
<script>
import JustifiedGallery from './gallery/JustifiedGallery'
import Lightbox from './gallery/Lightbox'
import Gall... | 22.111111 | 66 | 0.623116 |
55b94b803d3957a8fd664e49fd399d76b8d8f41c | 1,226 | vue | Vue | resources/js/Pages/Chat/CardInfo.vue | mucinoab/AuroCat | 5bef7bf9e09bee911f3ffb3d726f2ea2988acb13 | [
"MIT"
] | null | null | null | resources/js/Pages/Chat/CardInfo.vue | mucinoab/AuroCat | 5bef7bf9e09bee911f3ffb3d726f2ea2988acb13 | [
"MIT"
] | 1 | 2022-02-15T11:11:39.000Z | 2022-02-15T11:11:39.000Z | resources/js/Pages/Chat/CardInfo.vue | mucinoab/AuroCat | 5bef7bf9e09bee911f3ffb3d726f2ea2988acb13 | [
"MIT"
] | null | null | null | <template>
<div class="shadow-lg rounded-lg bg-white mx-auto m-8 p-4 notification-box flex dark:bg-cat">
<div class="pr-2">
<svg class="fill-current" :class="iconColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
<path class="heroicon-ui"
:d="card.d"/>
... | 31.435897 | 146 | 0.565253 |
8e29314efa5d54f20c77aeb88d469412de58452e | 1,375 | vue | Vue | resources/js/pages/landing/HomePage.vue | omyimplus/checkin_company | f065e9409dfcbf151f563aa74052c40e577125ef | [
"MIT"
] | null | null | null | resources/js/pages/landing/HomePage.vue | omyimplus/checkin_company | f065e9409dfcbf151f563aa74052c40e577125ef | [
"MIT"
] | null | null | null | resources/js/pages/landing/HomePage.vue | omyimplus/checkin_company | f065e9409dfcbf151f563aa74052c40e577125ef | [
"MIT"
] | null | null | null | <template>
<div>
<v-sheet>
<v-container class="py-6 pt-lg-15 text-center">
<h1 class="text-h4 text-sm-h3 text-md-h2 text-lg-h1">Your awesome <span class="primary--text">web project</span></h1>
<h2 class="text-h6 text-sm-h5 mt-4 w-full w-md-8-12 w-xl-half mx-auto">Lorem ipsum dolor sit, amet ... | 26.960784 | 215 | 0.648 |
f6fdb2b3c27317b5b5c3b4062d7e16783c81b43c | 18,142 | vue | Vue | src/page/articles/writer.vue | xiaoyaoyouit/blog_simple_beauty | 2214d89891d759351b3b578825f603e1c2ed4629 | [
"MIT"
] | 37 | 2019-09-29T18:13:29.000Z | 2022-03-18T11:14:59.000Z | src/page/articles/writer.vue | xiaoyaoyouit/blog_simple_beauty | 2214d89891d759351b3b578825f603e1c2ed4629 | [
"MIT"
] | null | null | null | src/page/articles/writer.vue | xiaoyaoyouit/blog_simple_beauty | 2214d89891d759351b3b578825f603e1c2ed4629 | [
"MIT"
] | 11 | 2019-09-23T11:28:51.000Z | 2021-12-24T07:59:53.000Z | <template>
<div>
<div class="top">
<el-input type="text" class="title" placeholder="输入文章标题" v-model="title" maxlength="100" show-word-limit></el-input>
<span class="btn">
<el-button type="primary" class="publish" @click="publish" plain>发表文章</el-button>
... | 36.139442 | 296 | 0.468471 |
6a3f613d53680aa34d85dbf0e0354954a1bddf80 | 1,371 | vue | Vue | hobby/web-nuxt-covidtracker/pages/index.vue | phumoonlight/ossuary | 7f0465ee83cd127d76ecc04b5e6b87f73274356e | [
"MIT"
] | null | null | null | hobby/web-nuxt-covidtracker/pages/index.vue | phumoonlight/ossuary | 7f0465ee83cd127d76ecc04b5e6b87f73274356e | [
"MIT"
] | null | null | null | hobby/web-nuxt-covidtracker/pages/index.vue | phumoonlight/ossuary | 7f0465ee83cd127d76ecc04b5e6b87f73274356e | [
"MIT"
] | null | null | null | <template>
<div class="root">
<AppTitle />
<div class="container">
<GroupStats
:confirmed="todayStats.Confirmed"
:hospitalized="todayStats.Hospitalized"
:recovered="todayStats.Recovered"
:deaths="todayStats.Deaths"
/>
<AppFooter :updateDate="todayStats.UpdateD... | 19.309859 | 57 | 0.612691 |
304f7bac2e4a05d08473f7dbdee4dfbc0b79358c | 8,443 | vue | Vue | dataintegration-ui/src/components/dataExploration/RunManager.vue | Rhinob1/data-integration | 88964799357c8833f1251264e0e2e38524890599 | [
"Apache-2.0"
] | null | null | null | dataintegration-ui/src/components/dataExploration/RunManager.vue | Rhinob1/data-integration | 88964799357c8833f1251264e0e2e38524890599 | [
"Apache-2.0"
] | null | null | null | dataintegration-ui/src/components/dataExploration/RunManager.vue | Rhinob1/data-integration | 88964799357c8833f1251264e0e2e38524890599 | [
"Apache-2.0"
] | null | null | null | <template>
<div class="run">
<div class="dialogHeader">
<el-tabs v-model="activeName" stretch @tab-click="handleClick" style="width: 98%">
<el-tab-pane v-for="(item,index) in items" :label="item.label" :name="item.name" :key="item.name"></el-tab-pane>
<!-- <el-tab-pane label="分组管理" n... | 32.102662 | 127 | 0.514509 |
8a32fc2ab9193d701e1d0768d87b4bafb1268d78 | 555 | vue | Vue | components/dj.vue | michaelampr/vue-jam-icons | f39495510d551e1a81c14b296505a6c0cd7d3ea7 | [
"MIT"
] | 22 | 2018-04-29T14:33:12.000Z | 2021-02-11T10:07:01.000Z | components/dj.vue | michaelampr/vue-jam-icons | f39495510d551e1a81c14b296505a6c0cd7d3ea7 | [
"MIT"
] | 4 | 2018-06-14T16:34:45.000Z | 2020-04-07T15:20:58.000Z | components/dj.vue | michaelampr/vue-jam-icons | f39495510d551e1a81c14b296505a6c0cd7d3ea7 | [
"MIT"
] | 3 | 2018-07-01T11:37:58.000Z | 2020-05-30T21:28:42.000Z | <template><svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -2 24 24" width="24" height="24" preserveAspectRatio="xMinYMin" class="jam jam-dj"><path d='M4 0h8a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4zm0 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm4 15A5 5 0 1 1 8 7a5 5 0 ... | 555 | 555 | 0.645045 |
6af6d5ff1913c7cb1fbe7e1826ba7b336736580a | 2,573 | vue | Vue | frontend/src/components/common/Editor.vue | bopopescu/Journey | 654eb66e0e2df59e916eff4c75b68b183f9b58b5 | [
"MIT"
] | 41 | 2019-01-02T09:36:54.000Z | 2022-02-20T13:13:05.000Z | frontend/src/components/common/Editor.vue | bopopescu/Journey | 654eb66e0e2df59e916eff4c75b68b183f9b58b5 | [
"MIT"
] | 15 | 2019-09-30T05:40:20.000Z | 2022-02-17T19:28:41.000Z | frontend/src/components/common/Editor.vue | bopopescu/Journey | 654eb66e0e2df59e916eff4c75b68b183f9b58b5 | [
"MIT"
] | 23 | 2019-02-18T10:50:10.000Z | 2022-01-06T07:53:18.000Z | <template>
<div class="editor">
<el-alert title="请输入SQL语句:" type="info" :closable="false">
<div class="editor-sqlformat">
<icon-svg @click.native="showSqlHint" iconClass="icontishi" slot="suffix"></icon-svg>
<icon-svg style="padding-left:5px;" @click.native="sqlFo... | 30.270588 | 130 | 0.549164 |
e26645975687fbfe16f65ee0839f76d9e2a1a6cf | 721 | vue | Vue | src/components/dialogs/core/splash.vue | boldak/jace-front | 32bc3e9e4eb196f9f3f71ebe51f1813c594439ae | [
"MIT"
] | null | null | null | src/components/dialogs/core/splash.vue | boldak/jace-front | 32bc3e9e4eb196f9f3f71ebe51f1813c594439ae | [
"MIT"
] | null | null | null | src/components/dialogs/core/splash.vue | boldak/jace-front | 32bc3e9e4eb196f9f3f71ebe51f1813c594439ae | [
"MIT"
] | null | null | null | <template>
<!-- -->
<v-card justify-center class="secondary pa-5" style="opacity:0.7;">
<span class="white--text body-1 font-weight-light">{{opts.text}}</span>
</v-card>
</template>
<script>
import { isString } from "lodash"
export default {
name: "splashDialog",
props: ["options", "submit"],
met... | 19.486486 | 75 | 0.582524 |
13e7fb174497fa7a207c6340df588f61461babd2 | 317 | vue | Vue | packages/template-core/vue/scripts($-l)/template/component/__demo__/basic.vue | arco-design/arco-material-template | 4de9817e1b6f15b215bc85698c0e1d7a29b790ac | [
"MIT"
] | 4 | 2022-02-18T07:07:32.000Z | 2022-03-25T03:53:33.000Z | packages/template-core/vue/scripts($-l)/template/component/__demo__/basic.vue | arco-design/arco-material-template | 4de9817e1b6f15b215bc85698c0e1d7a29b790ac | [
"MIT"
] | 1 | 2022-01-27T06:52:53.000Z | 2022-01-27T07:01:55.000Z | packages/template-core/vue/scripts($-l)/template/component/__demo__/basic.vue | arco-design/arco-material-template | 4de9817e1b6f15b215bc85698c0e1d7a29b790ac | [
"MIT"
] | 2 | 2021-11-01T11:29:50.000Z | 2022-03-25T03:53:34.000Z | <template>
<@CONST_COMPONENT_NAME@>Demo Basic</@CONST_COMPONENT_NAME@>
</template>
<script lang="ts">
import { @CONST_COMPONENT_NAME@ } from '@CONST_PACKAGE_NAME@';
// 目前vue-live导出defineComponent存在问题,所以仅支持普通对象导出。
export default {
name: 'BasicDemo',
components: {
@CONST_COMPONENT_NAME@,
},
};
</script>
| 19.8125 | 62 | 0.719243 |
81f137db652b7ea7bb0a0a8c259363ea4be1146d | 26,685 | vue | Vue | src/views/wms/enter-manage/booking-manage/product-storage.vue | Againss/erp | 120add2e4a3a68c6732c158348d7789e0cd27418 | [
"MIT"
] | null | null | null | src/views/wms/enter-manage/booking-manage/product-storage.vue | Againss/erp | 120add2e4a3a68c6732c158348d7789e0cd27418 | [
"MIT"
] | null | null | null | src/views/wms/enter-manage/booking-manage/product-storage.vue | Againss/erp | 120add2e4a3a68c6732c158348d7789e0cd27418 | [
"MIT"
] | null | null | null | <!--
* @Author: Do not edit
* @Date: 2020-12-03 09:13:35
* @LastEditTime: 2019-10-15 15:00:45
* @LastEditors: Aurnm
** 生产入库的页面
-->
<template>
<div class="page-main product-page-wms">
<!-- 入库信息 -->
<div class="form-main">
<form-title :options="{ title: '入库信息' }" />
<div class="form-box">
... | 27.5387 | 218 | 0.484205 |
235938e1fbd2f51af89343a00531d457f5665f59 | 2,101 | vue | Vue | src/views/Article/Editor.vue | gooff327/vue-antd-admin | 97ff35eb5b08f5c30370af8c6009072e2768d1b3 | [
"MIT"
] | 11 | 2020-01-03T05:55:47.000Z | 2021-11-08T10:59:37.000Z | src/views/Article/Editor.vue | gooff327/vue-antd-admin | 97ff35eb5b08f5c30370af8c6009072e2768d1b3 | [
"MIT"
] | 4 | 2021-03-10T02:42:26.000Z | 2022-02-26T21:40:10.000Z | src/views/Article/Editor.vue | gooff327/vue-antd-admin | 97ff35eb5b08f5c30370af8c6009072e2768d1b3 | [
"MIT"
] | 3 | 2020-07-14T16:01:15.000Z | 2021-01-20T02:56:55.000Z | <template>
<section class="editor-wrapper">
<h1>Editor</h1>
<mavon-editor @save="handleSave" id="editor" ref="editor" v-model="draft"/>
</section>
</template>
<script>
export default {
name: "Editor",
data() {
return {
draft: '',
t... | 32.323077 | 162 | 0.425512 |
e5c14ef583f03e54c1889a915da41f9aa242ea96 | 2,484 | vue | Vue | ibzpay/app_web/src/components/app-alert-group/app-alert-group.vue | ibiz4j/ibizlab-runtime | 6cc99f0b7127d6b764bac29c20bb2fff05677e68 | [
"Apache-2.0"
] | 4 | 2020-07-08T10:15:28.000Z | 2021-12-28T15:31:13.000Z | ibzdisk/app_web/src/components/app-alert-group/app-alert-group.vue | ibiz4j/ibizlab-runtime | 6cc99f0b7127d6b764bac29c20bb2fff05677e68 | [
"Apache-2.0"
] | 19 | 2020-06-08T09:35:22.000Z | 2022-02-27T06:17:39.000Z | ibzuaa/app_web/src/components/app-alert-group/app-alert-group.vue | ibiz4j/ibizlab-runtime | 6cc99f0b7127d6b764bac29c20bb2fff05677e68 | [
"Apache-2.0"
] | 2 | 2020-11-17T12:41:59.000Z | 2021-06-30T03:12:19.000Z | <template>
<div class="app-alert-group">
<template v-for="(item, index) in items">
<app-alert
:key="index"
:tag="item.tag"
:context="context"
:viewparam="viewparam"
:position="item.position"
:infoGr... | 20.87395 | 105 | 0.480274 |
0426d08b8d73c86d4eb51950a33b0fab8bec8214 | 276 | vue | Vue | src/components/SearchItemProxy.vue | egabancho/js-framework-hackathon | edf2662ada49a66b54ff1f29bfb9a63bba60f171 | [
"MIT"
] | null | null | null | src/components/SearchItemProxy.vue | egabancho/js-framework-hackathon | edf2662ada49a66b54ff1f29bfb9a63bba60f171 | [
"MIT"
] | 5 | 2018-02-20T09:02:07.000Z | 2018-02-20T10:00:37.000Z | src/components/SearchItemProxy.vue | egabancho/js-framework-hackathon | edf2662ada49a66b54ff1f29bfb9a63bba60f171 | [
"MIT"
] | null | null | null | <template>
<component
:is="itemComponent"
:record="item">
</component>
</template>
<script>
import config from '../utils/configure'
export default {
name: 'search-item-proxy',
components: config.itemComponents,
props: ['item', 'itemComponent']
}
</script>
| 16.235294 | 39 | 0.67029 |
71c7c60a5f8435593d64bb8b7e0080a0ba0b17ab | 10,272 | vue | Vue | resources/js/components/MessageUserComponent.vue | alaziiammar2/Real-time-Chat-application | c13967598b4c73ec464cda93456a9e50c5006a10 | [
"MIT"
] | 1 | 2021-08-29T00:13:27.000Z | 2021-08-29T00:13:27.000Z | resources/js/components/MessageUserComponent.vue | alaziiammar2/Real-time-Chat-application | c13967598b4c73ec464cda93456a9e50c5006a10 | [
"MIT"
] | null | null | null | resources/js/components/MessageUserComponent.vue | alaziiammar2/Real-time-Chat-application | c13967598b4c73ec464cda93456a9e50c5006a10 | [
"MIT"
] | 1 | 2021-08-29T00:24:19.000Z | 2021-08-29T00:24:19.000Z | <template>
<div class="MessageUser">
<div class="background_image">
<!-- we set background Image -->
<img src="/media/backgroundMessage/1.jpg" alt="" />
</div>
<!-- consignee -->
<div class="consignee">
<!-- contente-users -->
<div clas... | 42.8 | 87 | 0.393984 |
3e4ddb1ccd9206d3e189fa5b9c82f2ed8f0a8080 | 517 | vue | Vue | client/src/pages/home.vue | okamismo/pmt | 45608d3ef4a611b4be2d050c469ec9149ae38678 | [
"MIT"
] | null | null | null | client/src/pages/home.vue | okamismo/pmt | 45608d3ef4a611b4be2d050c469ec9149ae38678 | [
"MIT"
] | null | null | null | client/src/pages/home.vue | okamismo/pmt | 45608d3ef4a611b4be2d050c469ec9149ae38678 | [
"MIT"
] | null | null | null | <template>
<q-page padding>
</q-page>
</template>
<script>
export default {
data () {
return {
}
},
components: {
},
methods: {
},
mounted: function () {
this.$store.dispatch("main/getMenu")
this.$store.dispatch("main/getProyectos").then(()=>{
}).catch(e... | 14.361111 | 56 | 0.545455 |
cc8cae16bd62d4b2a362bbac0c702be343e4a7e3 | 206 | vue | Vue | src/layout/Main.vue | coderEagleH/autobase | fe780fbe28a6f2e47f2310ce9ec643672deea2ec | [
"MIT"
] | null | null | null | src/layout/Main.vue | coderEagleH/autobase | fe780fbe28a6f2e47f2310ce9ec643672deea2ec | [
"MIT"
] | null | null | null | src/layout/Main.vue | coderEagleH/autobase | fe780fbe28a6f2e47f2310ce9ec643672deea2ec | [
"MIT"
] | null | null | null | <template>
<div class="main-view">
<TopBar></TopBar>
</div>
</template>
<script setup lang="ts">
import TopBar from "./components/TopBar.vue";
</script>
<style lang="scss" scoped></style>
| 17.166667 | 45 | 0.626214 |
5d533c372c2d063d10c8da1f1552dcf849d58c1c | 3,291 | vue | Vue | components/main/MainViewFolderManagement.vue | uucyan/lgtm-cabinet | ea2e33132b1aa87791921478db0ccd2350a4e984 | [
"MIT"
] | 1 | 2022-03-16T05:01:10.000Z | 2022-03-16T05:01:10.000Z | components/main/MainViewFolderManagement.vue | uucyan/lgtm-cabinet | ea2e33132b1aa87791921478db0ccd2350a4e984 | [
"MIT"
] | 8 | 2018-11-12T14:56:26.000Z | 2019-02-16T15:25:40.000Z | components/main/MainViewFolderManagement.vue | uucyan/lgtm-cabinet | ea2e33132b1aa87791921478db0ccd2350a4e984 | [
"MIT"
] | null | null | null | <template lang="pug">
el-container.main
el-header.wood-grain-dark-brown.z-index-1(height='85px' style='padding: 20px 20px 0px 20px; filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5));')
div.header-element-left
p.header-title.overflow-x-auto フォルダ管理
div.header-element-right
el-button(
v-if=... | 29.123894 | 148 | 0.632331 |
a919a23e824c776c5afd2bbbe3e40d27bbbc70ba | 5,166 | vue | Vue | frontoffice/src/views/charts/ScatterChart.vue | ParticipaPY/civic-crowdanalytics | b27aefb54a747d3155cc79f87faeb6361eb0503b | [
"MIT"
] | 8 | 2017-11-02T17:00:18.000Z | 2022-02-28T22:41:37.000Z | frontoffice/src/views/charts/ScatterChart.vue | ParticipaPY/civic-crowdanalytics | b27aefb54a747d3155cc79f87faeb6361eb0503b | [
"MIT"
] | 84 | 2017-09-04T20:28:58.000Z | 2022-03-02T02:06:10.000Z | frontoffice/src/views/charts/ScatterChart.vue | olivernash/collective-analytics | f494cd08841023cb667fa7dcd144b609d46a5f7b | [
"MIT"
] | 1 | 2017-09-19T01:35:45.000Z | 2017-09-19T01:35:45.000Z | <script>
import {Scatter} from 'vue-chartjs'
import {Backend} from '../../Backend'
import _ from 'lodash'
function truncate (text, max) {
return text.substr(0, max - 1) + (text.length > max ? '…' : '')
}
export default Scatter.extend({
components: {
Backend
},
props: {
analysisId: {type: Number, requ... | 29.861272 | 116 | 0.440573 |
bb8aed57602c9373a5f3a2f451598eba9948022e | 4,636 | vue | Vue | vmingshi/src/m/pages/user/account/StudentManage.vue | nidenangua/kesionvminshi | 6b0d3a2e92ebd5f83ff50b37e5de5367994d6eb7 | [
"Apache-2.0"
] | null | null | null | vmingshi/src/m/pages/user/account/StudentManage.vue | nidenangua/kesionvminshi | 6b0d3a2e92ebd5f83ff50b37e5de5367994d6eb7 | [
"Apache-2.0"
] | null | null | null | vmingshi/src/m/pages/user/account/StudentManage.vue | nidenangua/kesionvminshi | 6b0d3a2e92ebd5f83ff50b37e5de5367994d6eb7 | [
"Apache-2.0"
] | null | null | null | <template>
<div class="page" v-if="pageFlag">
<ks-page-scroll-container :page="page" :page-count="pageCount" @page-change="onPageChange">
<div class="student">
<div class="student-head">
<kd-search placeholder="搜索学员" class="search"/>
<van-d... | 25.755556 | 131 | 0.503667 |
7bccd2dbea4db121fcf0145fe8f0409c224482ae | 1,424 | vue | Vue | resources/js/components/SelectUser.vue | pankajvashisht-ucreate/Activity | c3fcfbfbe04fd4ed379deb1fe735b8a67d4ccc1c | [
"MIT"
] | null | null | null | resources/js/components/SelectUser.vue | pankajvashisht-ucreate/Activity | c3fcfbfbe04fd4ed379deb1fe735b8a67d4ccc1c | [
"MIT"
] | null | null | null | resources/js/components/SelectUser.vue | pankajvashisht-ucreate/Activity | c3fcfbfbe04fd4ed379deb1fe735b8a67d4ccc1c | [
"MIT"
] | 1 | 2019-08-19T09:24:46.000Z | 2019-08-19T09:24:46.000Z | <template>
<div class="row">
<div class="col-6">
<div class="form-group">
<label for="sel1">Select Friends:</label>
<select class="form-control" v-model="player">
<option value="0">--Please select Player--</option>
... | 28.48 | 120 | 0.430478 |
26d16a732de9cbe2bca225ef587a762d532b01ac | 1,044 | vue | Vue | src/views/platform/floor/components/search.vue | liutaota/b2b2qianduan | 128e570793630f21de33068de0d82bbde71e19bd | [
"MIT"
] | null | null | null | src/views/platform/floor/components/search.vue | liutaota/b2b2qianduan | 128e570793630f21de33068de0d82bbde71e19bd | [
"MIT"
] | null | null | null | src/views/platform/floor/components/search.vue | liutaota/b2b2qianduan | 128e570793630f21de33068de0d82bbde71e19bd | [
"MIT"
] | null | null | null | <template>
<div>
<el-select v-model="value" placeholder="请选择" class="select" @change="handleJump">
<el-option label="单行样式" value="ROLL_LINE" />
<el-option label="多行样式" value="SINGLE_LINE" />
<el-option label="标签样式" value="MULTI_LINE" />
<el-option label="背景样式" value="BG_IMAGE" />
</el-... | 20.076923 | 90 | 0.549808 |
0f6e6d1289cedcfdc0f191da0f42bd28580558c3 | 8,509 | vue | Vue | rabums_view/pages/applist.vue | iwanhae/rabums | 3e989493a2996a4cc95ec873fe61ba639e273f6a | [
"MIT"
] | 6 | 2020-08-02T10:25:42.000Z | 2020-09-27T05:13:57.000Z | rabums_view/pages/applist.vue | iwanhae/rabums | 3e989493a2996a4cc95ec873fe61ba639e273f6a | [
"MIT"
] | 8 | 2020-08-25T10:38:24.000Z | 2020-11-04T14:18:07.000Z | rabums_view/pages/applist.vue | yccs-26/rabums | e6b2dcc26e2786c4b2be69c539bacae53e1eaed4 | [
"MIT"
] | 4 | 2020-08-02T10:25:50.000Z | 2020-10-05T03:33:35.000Z | <template>
<div class="background">
<div v-loading.fullscreen.lock="onLoading" class="container">
<div class="line">
<h1>RABUMS</h1>
</div>
<div class="line">
<h3>앱리스트</h3>
</div>
<div class="line">현재 RABUMS를 사용중인 앱 리스트입니다.</div>
<div class="line" style="overflo... | 27.898361 | 79 | 0.516512 |
256cdc3d9bbd1949416a6c876b1aad1ad24cf29b | 3,486 | vue | Vue | resources/assets/js/components/Feed.vue | RithoA/nakuruproperties | d1aa8f4dd87d1890d63cb16eec36e02406b5bc5b | [
"MIT"
] | null | null | null | resources/assets/js/components/Feed.vue | RithoA/nakuruproperties | d1aa8f4dd87d1890d63cb16eec36e02406b5bc5b | [
"MIT"
] | null | null | null | resources/assets/js/components/Feed.vue | RithoA/nakuruproperties | d1aa8f4dd87d1890d63cb16eec36e02406b5bc5b | [
"MIT"
] | null | null | null | <template>
<div class="main main-raisedlist">
<div class="profile-content">
<div class="container-fluid">
<div class="row collections" style="padding-top: 50px">
... | 46.48 | 139 | 0.274814 |
5b1cc52c2d9b3f788509eb893ca9e973ae58033a | 1,317 | vue | Vue | frontend/src/components/HelmReleasesPage/ReleasesTable.vue | tactful-ai/helm-dashboard | c0f93beeb71eb71b576ffebdcd2884a95e762bdc | [
"MIT"
] | 1 | 2021-08-17T08:25:03.000Z | 2021-08-17T08:25:03.000Z | frontend/src/components/HelmReleasesPage/ReleasesTable.vue | tactful-ai/helm-dashboard | c0f93beeb71eb71b576ffebdcd2884a95e762bdc | [
"MIT"
] | null | null | null | frontend/src/components/HelmReleasesPage/ReleasesTable.vue | tactful-ai/helm-dashboard | c0f93beeb71eb71b576ffebdcd2884a95e762bdc | [
"MIT"
] | null | null | null | <template>
<table class="mx-auto w-full">
<thead class="bg-yellow-100">
<th></th>
<th @click="nameSort('name')">Name</th>
<th @click="nameSort('namespace')">NameSpace</th>
<th @click="nameSort('chartName')">ChartName</th>
<th @click="nameSort('chartVersion')">Chart Version</th>
... | 24.388889 | 79 | 0.563402 |
a3937adefa242faa758709e9f0cf770320cfac83 | 2,380 | vue | Vue | src/display/GridOptions.vue | rcitrin/Citrin-APCSP | 12aeab262d76d1327ad946b9eab6db465bf6fafc | [
"MIT"
] | 3 | 2021-04-27T20:51:56.000Z | 2021-12-13T22:01:42.000Z | src/display/GridOptions.vue | rcitrin/Citrin-APCSP | 12aeab262d76d1327ad946b9eab6db465bf6fafc | [
"MIT"
] | 15 | 2021-03-08T17:51:17.000Z | 2022-01-22T04:14:13.000Z | src/display/GridOptions.vue | rcitrin/Citrin-APCSP | 12aeab262d76d1327ad946b9eab6db465bf6fafc | [
"MIT"
] | null | null | null | <template>
<div class="options" tabindex="-1" @keydown="keyPress">
<div class="dimensions">
<input
class="horizontal"
v-model.number="dimensions.horizontal"
type="number"
min="1"
max="20">
<span class="x">x</span>
<input
class="vertical"
v-... | 21.441441 | 93 | 0.55 |
9460bb58a11189fd795676ed2e5ebb38ed88a220 | 3,726 | vue | Vue | resources/js/Layouts/Authenticated.vue | kefivitch/laravel-survey-js-vue | 9d9ec7155c1ab422f992dc7ebabe43085073973f | [
"MIT"
] | null | null | null | resources/js/Layouts/Authenticated.vue | kefivitch/laravel-survey-js-vue | 9d9ec7155c1ab422f992dc7ebabe43085073973f | [
"MIT"
] | null | null | null | resources/js/Layouts/Authenticated.vue | kefivitch/laravel-survey-js-vue | 9d9ec7155c1ab422f992dc7ebabe43085073973f | [
"MIT"
] | null | null | null | <template>
<div class="position-absolute top-0 min-vh-100 min-vw-100 bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm mb-4">
<div class="container-fluid">
<Link :href="route('dashboard')">
<breeze-application-logo style="width: 3... | 52.478873 | 220 | 0.443103 |
2146975083a0eee02417c11af606967ce356d9bf | 3,280 | vue | Vue | src/pages/comicOnline/components/comicOnlineComicArea/ComicAreaTable.1.vue | wang-wang-wang236/shuhuiwang | 884c76013d201602a087dfe2bcba792b7287906b | [
"MIT"
] | null | null | null | src/pages/comicOnline/components/comicOnlineComicArea/ComicAreaTable.1.vue | wang-wang-wang236/shuhuiwang | 884c76013d201602a087dfe2bcba792b7287906b | [
"MIT"
] | null | null | null | src/pages/comicOnline/components/comicOnlineComicArea/ComicAreaTable.1.vue | wang-wang-wang236/shuhuiwang | 884c76013d201602a087dfe2bcba792b7287906b | [
"MIT"
] | null | null | null | <template>
<div id="table-comic" class="ui vertical stripe segment">
<h1>tablehhh</h1>
<div class="vuetable-pagination ui basic segment grid">
<vuetable-pagination-info ref="paginationInfoTop"
></vuetable-pagination-info>
<vuetable-pagination ref="paginationTop"
@vuetable... | 28.034188 | 95 | 0.591159 |
5619fa45836b600bd573a9ed0299989edbcaad2e | 2,583 | vue | Vue | vue/src/components/chat/UserInfo.vue | smileostrich/tok-tok-tok | 03f2522cc03934894055052a41e3f98a663a034b | [
"Unlicense"
] | 1 | 2022-03-24T20:20:27.000Z | 2022-03-24T20:20:27.000Z | vue/src/components/chat/UserInfo.vue | smileostrich/tok-tok-tok | 03f2522cc03934894055052a41e3f98a663a034b | [
"Unlicense"
] | null | null | null | vue/src/components/chat/UserInfo.vue | smileostrich/tok-tok-tok | 03f2522cc03934894055052a41e3f98a663a034b | [
"Unlicense"
] | null | null | null | <template>
<el-row>
<el-col>
<div class="avatar-flip">
<div class="imgBox">
<img
:src="require('@/assets/Profile/profile' + user.imgidx + '.jpg')"
class="profileImg"
/>
</div>
<h3 style="margin: 10px">
{{ user.username }}
... | 22.267241 | 83 | 0.567557 |
f7b409f7cbba18efe9184e0ded004a4011b5237f | 4,905 | vue | Vue | sources/packages/web/src/views/student/financial-aid-application/FinancialInfo.vue | henryoforeh-aot/SIMS | b4d1689c74f7b3b19a4fd4e64eb55a9fa93ab098 | [
"Apache-2.0"
] | 7 | 2020-12-10T16:03:45.000Z | 2022-01-08T01:26:31.000Z | sources/packages/web/src/views/student/financial-aid-application/FinancialInfo.vue | henryoforeh-aot/SIMS | b4d1689c74f7b3b19a4fd4e64eb55a9fa93ab098 | [
"Apache-2.0"
] | 985 | 2020-12-07T19:59:11.000Z | 2022-03-31T23:30:59.000Z | sources/packages/web/src/views/student/financial-aid-application/FinancialInfo.vue | henryoforeh-aot/SIMS | b4d1689c74f7b3b19a4fd4e64eb55a9fa93ab098 | [
"Apache-2.0"
] | 8 | 2021-05-25T20:27:33.000Z | 2022-03-25T12:46:04.000Z | <template>
<div class="p-component">
<div class="p-card p-m-4">
<Section title="More questions to come..." />
<ContentGroup>
<Section
type="secondary"
:title="questionsFin.previousYearTaxReturn.title"
>
<template #sub-title>
<StringToHtmlParagr... | 32.919463 | 92 | 0.569011 |
b6da47cb9ef85d6b6b6e6b8ce8ebf02d208521d9 | 379 | vue | Vue | src/components/list/icon.vue | isabella232/fundamental-vue | a622db9689ec40b83366c19de923d63cea978e15 | [
"Apache-2.0",
"MIT"
] | 178 | 2018-12-17T14:31:03.000Z | 2021-12-23T13:28:03.000Z | src/components/list/icon.vue | SAP/fundamental-vue | a622db9689ec40b83366c19de923d63cea978e15 | [
"Apache-2.0",
"MIT"
] | 709 | 2018-12-17T14:51:39.000Z | 2022-03-01T10:43:07.000Z | src/components/list/icon.vue | isabella232/fundamental-vue | a622db9689ec40b83366c19de923d63cea978e15 | [
"Apache-2.0",
"MIT"
] | 33 | 2018-12-19T05:52:26.000Z | 2022-02-27T09:06:32.000Z | <script>
// <template>
// <FdIcon class="fd-list__icon">
// <slot />
// </FdIcon>
// </template>
import Icon from './../icon/icon.vue'
export default {
name: 'FdListIcon',
functional: true,
// components: { FdIcon },
render(h, ctx) {
const data = {
...ctx.data,
class: 'fd-list__icon'
... | 17.227273 | 38 | 0.559367 |
2f981e0781675589485da2905a354b219bdb6d27 | 4,655 | vue | Vue | demo/PostBox.vue | synergixe/vue-commentbox | 2967c5e93503c8d0720dbfbef2755c9c4c202bf6 | [
"MIT"
] | 2 | 2018-06-30T16:17:36.000Z | 2019-12-05T20:01:14.000Z | demo/PostBox.vue | synergixe/vue-commentbox | 2967c5e93503c8d0720dbfbef2755c9c4c202bf6 | [
"MIT"
] | 7 | 2020-09-04T22:16:09.000Z | 2022-02-26T11:04:29.000Z | demo/PostBox.vue | synergixe/vue-commentbox | 2967c5e93503c8d0720dbfbef2755c9c4c202bf6 | [
"MIT"
] | null | null | null | /*!
* @copyright: Copyright (c) 2018 Oparand Ltd - Synergixe
*
* @author: https://twitter.com/isocroft
* @version: 0.0.2
* @desc:
* @created: 13/06/2019
*/
<template>
<article class="postbox">
<div class="top-content float-layout">
<div class="left-fixed">
<img
:src="author"
... | 20.151515 | 73 | 0.480773 |
215ddec69e16b8b9c81a827c910e9fb1f690920e | 536 | vue | Vue | src/components/CellGrid.vue | vanmeegen/game-of-life-vue | b5a14a49b98de6ed630a94e275f3e31dd590339a | [
"MIT"
] | null | null | null | src/components/CellGrid.vue | vanmeegen/game-of-life-vue | b5a14a49b98de6ed630a94e275f3e31dd590339a | [
"MIT"
] | null | null | null | src/components/CellGrid.vue | vanmeegen/game-of-life-vue | b5a14a49b98de6ed630a94e275f3e31dd590339a | [
"MIT"
] | null | null | null | <template>
<g>
<CellRow v-for="(row,y) in board.cells" :maxX="board.maxX" :maxY="board.maxY" :y="y" :cellSize="cellSize" :boardRow="row" :key="y"/>
</g>
</template>
<script lang="ts">
import {Component, Vue} from "vue-property-decorator";
import CellRow from "./CellRow.vue";
import {Board} from "../stores/Mod... | 21.44 | 136 | 0.628731 |
f5dfc709ad33dc287a0e44142f4a4edf022d263e | 2,671 | vue | Vue | IsotopeCR-Frontend/src/components/ChargeAppointment.vue | McGill-ECSE321-Winter2021/project-group-03 | fd5bb5e34abb54d14780ad37fe7b0262c2a87ed7 | [
"MIT"
] | 2 | 2022-02-19T00:47:10.000Z | 2022-02-19T01:51:24.000Z | IsotopeCR-Frontend/src/components/ChargeAppointment.vue | McGill-ECSE321-Winter2021/project-group-03 | fd5bb5e34abb54d14780ad37fe7b0262c2a87ed7 | [
"MIT"
] | null | null | null | IsotopeCR-Frontend/src/components/ChargeAppointment.vue | McGill-ECSE321-Winter2021/project-group-03 | fd5bb5e34abb54d14780ad37fe7b0262c2a87ed7 | [
"MIT"
] | 1 | 2021-11-01T12:59:03.000Z | 2021-11-01T12:59:03.000Z | <template>
<div id="chargeappointment">
<div class="input" >
<div class="inputbox">
<input type="text" class="form-control input-style" v-model="customeremail" placeholder="Email" />
<button class="btn btn-danger" @click="viewPastAppointment(customeremail)">View</button>
... | 26.71 | 111 | 0.452265 |
8df902253bdc1f1dcaa7f0fc01a6a5a0985a8422 | 4,185 | vue | Vue | resources/js/pages/presence/detail.vue | YonathanKevin20/laravel-qrcode | c64f397b6ff89b76f4e35a54d1acdd809942fbb9 | [
"MIT"
] | 1 | 2021-11-23T20:16:35.000Z | 2021-11-23T20:16:35.000Z | resources/js/pages/presence/detail.vue | YonathanKevin20/laravel-qrcode | c64f397b6ff89b76f4e35a54d1acdd809942fbb9 | [
"MIT"
] | 1 | 2019-10-17T10:20:01.000Z | 2019-10-17T10:20:01.000Z | resources/js/pages/presence/detail.vue | YonathanKevin20/laravel-qrcode | c64f397b6ff89b76f4e35a54d1acdd809942fbb9 | [
"MIT"
] | null | null | null | <template>
<v-row>
<v-col cols="3">
<v-card outlined>
<v-list-item>
<v-list-item-content>
<v-list-item-title>Name: {{ child.name }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item>
<v-list-item-content>
<v-l... | 25.518293 | 139 | 0.426045 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.