mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-26 17:02:00 +08:00
feat: use unplugin-vue-define-options add setup name
This commit is contained in:
@@ -11,6 +11,10 @@ import * as utilsMethods from "./utils";
|
||||
const { animationFrame, copyObj } = utilsMethods;
|
||||
animationFrame();
|
||||
|
||||
defineOptions({
|
||||
name: "ReSeamlessScroll"
|
||||
});
|
||||
|
||||
const props = defineProps({
|
||||
data: {
|
||||
type: Array as PropType<unknown>
|
||||
|
||||
Reference in New Issue
Block a user