3 questions
-6
votes
0
answers
79
views
how to make git recognize the emoji unicode not changed?
the content is generated by unplugin-vue-router, nothing changed but git says it changed. if submit, it will report nothing changed
original content is \u203C\uFE0F, but when vite build run, it will ...
0
votes
0
answers
162
views
Route parameter for modal dialog using unplugin-vue-router
I'd like to create modal dialog pop-up window with it's own url.
Having table of server items I'd like to open one item and trigger pop-up with it's own url with fetched server item details. The pop-...
1
vote
1
answer
1k
views
Route parameter typing error with TypeScript and unplugin-vue-router
I'm learning Vue 3 with the Composition API using TypeScript. One of the tutorials I'm doing suggests using unplugin-vue-router to autogenerate routes based on file naming/path conventions. The plugin ...