Skip to content

Commit f94e762

Browse files
committed
fix: resolve Vue warn
1 parent 19e05c9 commit f94e762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default defineComponent({
108108
name: 'App',
109109
components: {
110110
AppContent,
111-
DevUIButton,
111+
'd-button': DevUIButton,
112112
},
113113
methods: {
114114
confirm() {

0 commit comments

Comments
 (0)