File tree Expand file tree Collapse file tree
runtime/components/Window
src/runtime/components/Window Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defineProps<{
88 </script >
99
1010<template >
11- <Window v-bind =" $props " :content =" { padded: true } " >
11+ <DesktopWindow v-bind =" $props " :content =" { padded: true } " >
1212 <Tabs value="0">
1313 <TabList >
1414 <Tab value="0">State</Tab >
@@ -24,7 +24,7 @@ defineProps<{
2424 </TabPanel >
2525 </TabPanels >
2626 </Tabs >
27- </Window >
27+ </DesktopWindow >
2828</template >
2929
3030<style scoped lang="scss">
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defineProps<{
88 </script >
99
1010<template >
11- <Window v-bind =" $props " :content =" { padded: true } " >
11+ <DesktopWindow v-bind =" $props " :content =" { padded: true } " >
1212 <Tabs value="0">
1313 <TabList >
1414 <Tab value="0">State</Tab >
@@ -24,7 +24,7 @@ defineProps<{
2424 </TabPanel >
2525 </TabPanels >
2626 </Tabs >
27- </Window >
27+ </DesktopWindow >
2828</template >
2929
3030<style scoped lang="scss">
You can’t perform that action at this time.
0 commit comments