mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
vue_activity: add a Location sub-component, teleported in form
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<teleport to="#location">
|
||||
Location in vue
|
||||
</teleport>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "Location"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user