Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
style: Format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored and DanSnow committed Jul 18, 2023
1 parent f5bca73 commit 802af09
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/playground/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ const multipleValues = useField('multiple-value', { type: FieldType.Text, all: t
const { articles: alphabetArticles } = useFillArticles(10, [{ key: 'slug', value: 'alphabet' }])
const { articles: lastArticles } = useFillArticles(9)
const { articles: featureArticles } = useFillArticles(10, [
{ key: 'slug', value: 'test' },
{ type: 'featured' }
])
const { articles: featureArticles } = useFillArticles(10, [{ key: 'slug', value: 'test' }, { type: 'featured' }])
watch(alphabetArticles, (articles) => {
const slugs = new Set(articles.map((article) => article.slug))
Expand Down

0 comments on commit 802af09

Please sign in to comment.