From bc5c10b12e26cfa977ea900c99b29d7349823e54 Mon Sep 17 00:00:00 2001 From: David Stack <2013388+davidstackio@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:04:26 -0400 Subject: [PATCH] chore: remove experimental flag See https://github.com/vuejs/vuefire/discussions/1321 --- src/shared.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared.ts b/src/shared.ts index c9e17591..055257cb 100644 --- a/src/shared.ts +++ b/src/shared.ts @@ -252,7 +252,6 @@ export interface _DataSourceOptions { /** * Should the data be fetched once rather than subscribing to changes. - * @experimental Still under development */ once?: boolean }