@vtable-guild/vtable-guild 2.1.1 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,6 +18,12 @@ const app = createApp(App)
18
18
  app.use(createVTableGuild())
19
19
  ```
20
20
 
21
+ Tailwind CSS 3 users should import the prebuilt compatibility CSS instead:
22
+
23
+ ```ts
24
+ import '@vtable-guild/vtable-guild/css/tailwind3'
25
+ ```
26
+
21
27
  ```vue
22
28
  <template>
23
29
  <VTable :columns="columns" :data-source="data" />
package/css/index.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ declare const href: string
2
+
3
+ export default href
@@ -0,0 +1,3 @@
1
+ declare const href: string
2
+
3
+ export default href
@@ -0,0 +1,3 @@
1
+ declare const href: string
2
+
3
+ export default href