Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7140b2f

Browse files
committedJun 4, 2025
feat: vueform templates for builder
1 parent 07f43ba commit 7140b2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+358
-8
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from '@vueform/builder'
22

3-
import '@vueform/builder/index.css'
3+
import '@vueform/builder/tailwind.css'
44

55
export default defineConfig({})
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from '@vueform/builder'
22

3-
import '@vueform/builder/index.css'
3+
import '@vueform/builder/tailwind.css'
44

55
export default defineConfig({})

0 commit comments

Comments
 (0)
Please sign in to comment.