mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-23 04:19:30 +08:00
Not really sure this is the best structure
This commit is contained in:
9
src/nginxconfig/templates/domain_sections/routing.vue
Normal file
9
src/nginxconfig/templates/domain_sections/routing.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>Hello world routing</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'DomainRouting',
|
||||
};
|
||||
</script>
|
Reference in New Issue
Block a user