mirror of
https://github.com/tenrok/vue-context.git
synced 2026-06-22 21:50:33 +03:00
wip
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
:class="{ 'border-t border-gray-200': index > 0 }"
|
:class="{ 'border-t border-gray-200': index > 0 }"
|
||||||
v-for="(item, index) in items"
|
v-for="(item, index) in items"
|
||||||
:key="index"
|
:key="index"
|
||||||
v-on:contextmenu.prevent="$refs.menu.open"
|
@contextmenu.prevent="$refs.menu.open"
|
||||||
>
|
>
|
||||||
<div class="flex items-center px-4 py-4 sm:px-6">
|
<div class="flex items-center px-4 py-4 sm:px-6">
|
||||||
<div class="min-w-0 flex-1 md:grid md:grid-cols-2 md:gap-4">
|
<div class="min-w-0 flex-1 md:grid md:grid-cols-2 md:gap-4">
|
||||||
@@ -39,8 +39,6 @@
|
|||||||
import VueContext from 'vue-context';
|
import VueContext from 'vue-context';
|
||||||
import 'vue-context/src/sass/vue-context.scss';
|
import 'vue-context/src/sass/vue-context.scss';
|
||||||
|
|
||||||
console.log('wip...');
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: { VueContext },
|
components: { VueContext },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user