Revert
parent
14b2373812
commit
87ef5e95e1
|
@ -11,16 +11,16 @@
|
||||||
<script>
|
<script>
|
||||||
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
import DocApiTable from '@/components/doc/DocApiTable.vue';
|
||||||
import { getPTOptions } from '@/components/doc/helpers';
|
import { getPTOptions } from '@/components/doc/helpers';
|
||||||
import PTViewer from './PTViewer.vue';
|
import PTImage from './PTImage.vue';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
docs: [
|
docs: [
|
||||||
{
|
{
|
||||||
id: 'pt.viewer',
|
id: 'pt.image',
|
||||||
label: 'Viewer',
|
label: 'Wireframe',
|
||||||
component: PTViewer
|
component: PTImage
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'pt.doc.toast',
|
id: 'pt.doc.toast',
|
||||||
|
|
Loading…
Reference in New Issue