Files
speckle-server/packages/frontend-2/components/tour/content/FirstTip.vue
T
Kristaps Fabians Geikins b02a07e2b6 feat: Frontend 2.0 MVP
2023-05-08 10:47:01 +03:00

13 lines
280 B
Vue

<template>
<div>
<p class="text-sm">
Let's run through a few fast tips! This is Speckle's 3D viewer, and what you're
looking at is a
<b>model.</b>
<br />
<br />
Next, we're going to learn how to navigate it!
</p>
</div>
</template>