Skip to content
Snippets Groups Projects

Uniq molstar plugin per page

Merged Remi PLANEL requested to merge uniq-molstar-plugin-per-page into dev
Files
2
@@ -2,10 +2,6 @@
import { withTrailingSlash, withLeadingSlash, joinURL } from 'ufo'
import { useRuntimeConfig, computed } from '#imports'
import * as d3 from "d3";
import * as Plot from "@observablehq/plot";
import PlotFigure from "~/components/PlotFigure";
import { useDisplay } from "vuetify";
export interface Props {
@@ -18,7 +14,7 @@ export interface Props {
const { mobile } = useDisplay()
const { mobile, width, height } = useDisplay()
const refinedDataUrls = computed(() => {
function refinedUrl(url: string) {
@@ -59,7 +55,6 @@ const props = withDefaults(defineProps<Props>(), {
dataUrl: undefined
})
const { width, height } = useDisplay()
const maxWidth = ref(1500)
Loading