pull/1391/head
Tuğçe Küçükoğlu 2021-07-27 13:42:53 +03:00
parent 5a0dc0b47f
commit 443276bbc5
1 changed files with 4 additions and 4 deletions

View File

@ -280,8 +280,8 @@ export default {
data() { data() {
return { return {
sources: { sources: {
'options-api': { 'composition-api': {
tabName: 'Options API Source', tabName: 'Composiiton API Source',
content: ` content: `
<template> <template>
<div> <div>
@ -491,8 +491,8 @@ export default {
` `
}, },
'composition-api': { 'options-api': {
tabName: 'Composition API Source', tabName: 'Options API Source',
content: ` content: `
<template> <template>
<div> <div>